As far as I'm aware you should be using $_SERVER["PHP_SELF"]  instead of
$PHP_SELF its been like this for a while now.

Andrew
----- Original Message -----
From: "ŞüYam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 6:30 PM
Subject: [PHP] Problem in $_SERVER["PHP_SELF"]


> 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
>
>


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

Reply via email to