Before, I was using PHP 4.2.3. There was no problem when I just use
$PHP_SELF in my script...
Whereas the problem is found after using PHP 4.3.0.....
There is warning of my script , the warning msg is about undefined variable
$PHP_SELF......however, when I try to use $_SERVER["PHP_SELF"] instead of
$PHP_SELF, there is no problem....
But, that makes me a big trouble if I have to modify all of my scripts to
solve this problem......Is there any idea to solve this problem, please? thx
a lot for any help!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to