I'm testing a webserver that dont support $PHP_SELF
Taken from php.net, some predefined vars are not surely supported on certain webservers, and this is one.
Is there an easy workaround for this? All I can seem to manage is to get index.php, even by using getenv(this)+getenv(and)+getenv(that), trying to build serverhost+page+querystring...
Thanks in advance.
(Yeah, "Stop using that webserver" is allready thought of, but I still need to find out =)
// Thomasson