[PHP] PHP 4.0.6 $PHP_SELF empty?

2001-11-14 Thread John Steele

Hello,

  I just updated to v4.0.6 on win9x.  Suddenly all my form-action scripts using 
$PHP_SELF quit working, as it's empty.  Anyone know how to fix this?

Thanks,
  John
--
/* SteeleSoft Consulting John Steele - Systems Analyst/Programmer
 *  We also walk dogs...  Dynamic Web Design  PHP/MySQL/Linux/Hosting
 *  www.steelesoftconsulting.com [EMAIL PROTECTED]
 */

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP 4.0.6 $PHP_SELF empty?

2001-11-14 Thread John Steele

Hi David,

  No, I updated my php.ini manually (just to change the zend optimizer and add the DBG 
debugger.  These two lines from php.ini haven't changed for sure:

variables_order = EGPCS;
register_globals = On;

  According to phpinfo, $PHP_SELF is set, but simply empty!
John

 Hello,

   I just updated to v4.0.6 on win9x.  Suddenly all my form-action
 scripts using $PHP_SELF quit working, as it's empty.  Anyone know how
 to fix this?

 Thanks,
   John

Presumably in the process your php.ini was updated? Check umm, I think it 
is register_globals

-- 
David Robley  Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES  Flinders University, SOUTH AUSTRALIA  

   I flatly deny this, said Tom under pressure.

--
/* SteeleSoft Consulting John Steele - Systems Analyst/Programmer
 *  We also walk dogs...  Dynamic Web Design  PHP/MySQL/Linux/Hosting
 *  www.steelesoftconsulting.com [EMAIL PROTECTED]
 */

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]