Re: [PHP] Script Execution via URL

2002-09-01 Thread Justin French
This would work if the script you wished to call was default.php / index.php / etc etc... what I mean to say is site.com/index.php?var=foo is the same as site.com/?var=foo, as long as your server works that way. leaving out PHP_SELF will give different results if the script you wish to call

[PHP] Script Execution via URL

2002-08-31 Thread Sascha Braun
Hi everybody, i wrote a script which will be executed by HREF's. If a command is going to be executed by a click on a link the page reloads itself and jumps in the part of the script, which should be executed. Normaly I wrote some like this for doing this: echo 'a