faqts : Computers : Programming : Languages : PHP : Common Problems : Errors

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 7 people (43%) answered Yes
Recently 3 of 7 people (43%) answered Yes

Entry

why do i get the message: "Undefined variable: PHP_SELF "

Mar 29th, 2005 22:33
Paul Coldrey, nektarios tsantakis, Knud van Eeden,


The global variable $PHP_SELF is deprecated and so will not be set if 
you use the default php.ini. The same data can be found in $_SERVER
['PHP_SELF']