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 ISN'
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 '';
but now in a very special c
2 matches
Mail list logo