This is a discussion on A tool to execute PHP scripts within the PHP Language forums, part of the PHP Programming Forums category; I am looking for a tool to execute PHP scripts entered in a HTML form. For example: user is given ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am looking for a tool to execute PHP scripts
entered in a HTML form. For example: user is given a problem to solve. He writes a PHP script, sends it to a server, where it is executed and results are send back to the user. Are such tools available at all? Thanks in advance. Marek Kotowski Warsaw |
|
|||
|
"Marek Kotowski" a écrit le 06/01/2004 :
> I am looking for a tool to execute PHP scripts > entered in a HTML form. For example: user is > given a problem to solve. He writes a PHP script, > sends it to a server, where it is executed > and results are send back to the user. Are > such tools available at all? > > Thanks in advance. > > Marek Kotowski > Warsaw Yes, put the script between {} -- Have you read the manual? http://www.php.net/manual/en/ |
|
|||
|
Pedro Graca <hexkid@hotpop.com> wrote in message news:<btgu2u$6vs8t$3@ID-203069.news.uni-berlin.de>...
> Marek Kotowski wrote: > > I tried eval(), "with a little help from" stripslashes(). > > It works! > > What's your site? :-) My firm's site is www.wsip.com.pl. And my e-mail: Marek_Kotowski@wsip.com.pl Regards Marek Kotowski Warsaw |
|
|||
|
Marek Kotowski wrote:
> Pedro Graca >> What's your site? :-) > My firm's site is www.wsip.com.pl. Can't see the homepage. Add <noscript>Sorry about this, click <a href="/Portal">Portal</a> to enter our site</noscript> to index.html so that browsers without javascript can enter the site (even if 'their' users don't know enough to see the source) As for the /Portal I can't understand 96.3% of what's there :) -- --= my mail box only accepts =-- --= Content-Type: text/plain =-- --= Size below 10001 bytes =-- |
|
|||
|
Go Pedro, show him why we all warned him about allowing users to paste code!
-- Mike Bradley http://www.gzentools.com -- free online php tools |