Check if register_globals is off in php.ini. If it is, you will need to
access it through the $HTTP_SERVER_VARS array, e.g.,
$HTTP_SERVER_VARS['PHP_SELF'].

Kirk

> -----Original Message-----
> From: John Meyer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 29, 2001 5:43 PM
> To: Jason Bell; [EMAIL PROTECTED]
> Subject: Re: [PHP] Posting to oneself
> 
> 
> At 03:18 PM 8/29/01 -0700, you wrote:
> >if you are within a function, try doing this first:
> >
> >global $PHP_SELF;

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

Reply via email to