I noticed and read confirmation in this formum that PHP_SELF returns a different result under LINUX and WINDOWS environment.
it returns "/php4/php.exe/myscript.php" under windows and "/myscript.php" under LINUX which is what I expect.
I use APACHE 1.3.20/WINDOWS to test, and the production site is running a recent APACHE/LINUX (Sorry, I will not move to LINUX for now
Is there either a more recent version of APACHE/Windows which fixes this problem, or something to change in the configuration file ?
If not, have anybody an advice to solve this problem in a reliable way, better that removing /php4/php.exe ....