RE: [PHP] session variable name into form

2001-07-09 Thread scott [gts]
w Austin; Php Lists (E-mail) > Subject: Re: [PHP] session variable name into form > > > This works for me... > echo ' '; > > - Original Message - > From: "Andrew Austin" <[EMAIL PROTECTED]> > To: "Php Lists (E-mail)" <[EMAIL P

Re: [PHP] session variable name into form

2001-07-09 Thread Aral Balkan
This might help - straight from the PHP manual: * * * If track_vars is enabled and register_globals is disabled, only members of the global associative array $HTTP_SESSION_VARS can be registered as session variables. The restored session variables will only be available in the array $HTTP_SESSION

Re: [PHP] session variable name into form

2001-07-09 Thread PHP
This works for me... echo ' '; - Original Message - From: "Andrew Austin" <[EMAIL PROTECTED]> To: "Php Lists (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 12:25 AM Subject: [PHP] session variable name into form I have a session var

[PHP] session variable name into form

2001-07-08 Thread Andrew Austin
I have a session variable called auth_user and want to put the variable into a form field. I have tried the following and similar but am not succeeding. how else might it be done aa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com