[PHP] Re: need help w/ variables

2001-07-22 Thread Virgil Claritt
it was my error reporting along i copied that script dtraight from the text book so i knew it wasnt the variables themselves -- 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 adm

Re: [PHP] need help w/ variables

2001-07-22 Thread Virgil Claritt
r... > add to the top of the script > > error_reporting(E_ALL & ~E_NOTICE); > ----- Original Message - > From: Virgil Claritt <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 23, 2001 2:57 PM > Subject: [PHP] need help w/ variables &g

[PHP] need help w/ variables

2001-07-22 Thread Virgil Claritt
when i use this script: Bad Login - Try Again>"; $show_form = "yes"; } else { session_register('valid'); $valid = "yes"; $show_menu = "yes"; } } else { if ($valid == "yes") { $show_menu = "yes"; } else {