RE: [PHP-INST] variable $PHP_SELF

2002-11-30 Thread Rich Gray
John So, are any of the pre-defined vars being set? What does produce? Rich -Original Message- From: John Coder [mailto:[EMAIL PROTECTED]] Sent: 30 November 2002 10:37 To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] variable $PHP_SELF On Sat, 2002-11-30 at 05:23, DaMouse wrote: >

Re: [PHP-INST] variable $PHP_SELF

2002-11-30 Thread John Coder
<[EMAIL PROTECTED]> > Sent: Saturday, November 30, 2002 4:48 AM > Subject: [PHP-INST] variable $PHP_SELF > > > > I recently upgraded to php-4.3.0RC2 and I'm having probs with the > > $PHP_SELF variable. where in the php.ini do I set this? and to what > > value?

Re: [PHP-INST] variable $PHP_SELF

2002-11-30 Thread DaMouse
use $_SERVER['PHP_SELF'] - Original Message - From: John Coder <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 30, 2002 4:48 AM Subject: [PHP-INST] variable $PHP_SELF > I recently upgraded to php-4.3.0RC2 and I'm having probs with the

[PHP-INST] variable $PHP_SELF

2002-11-29 Thread John Coder
I recently upgraded to php-4.3.0RC2 and I'm having probs with the $PHP_SELF variable. where in the php.ini do I set this? and to what value? Right now I am using the old php.ini and it seems to be doing well but I would like to use the new php.ini that came with the tarball. in case any other chang