I'm trying to reference $PHP_SELF and $REMOTE_USER inside a class:

var $page;
var $user;
$this->page=$PHP_SELF;
$this->user=$REMOTE_USER;

I'm using php4. What am I missing here?

TIA,
clif


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