Re: [PHP] Using $PHP_SELF
On Thu, 31 Jul 2003 15:38:41 -0500, you wrote: >I am having problems while transfering information to another page. I >am using $PHP_SELF and I am getting errors here is a bit of code so you >can see what I am saying: > >echo "$file\n"; > >This is what the browser is saying... >Notice: Undefine
Re: [PHP] Using $PHP_SELF
try $_SERVER["PHP_SELF"] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php