hi
While using PHP 4.0.1 + Apache + Win98
Why i am getting as
http://localhost/php/php.exe/script.php3
where script.php3 is the file in localhost.
???
Can any one help me..
bye
prachait
hi
While using PHP 4.0.1 + Apache + Win98
Why i am getting as
http://localhost/php/php.exe/script.php3
where script.php3 is the file in localhost.
???
Can any one help me..
bye
prachait
i THINK it is because php is executed before the output and when using $PHP_SELF it stops at the execution. I have noticed the same thing and I too am on 98 SE using NuSphere.
Yep, here\'s a good write-up on it, and a short, one-line fix so you can use PHP_SELF as you\'d like to.