Re: [PHP] need help w/ variables

2001-07-22 Thread Greg Donald
2701c11335$ac5dafe0$0200a8c0@ReDucTor">news:002701c11335$ac5dafe0$0200a8c0@ReDucTor... > > add to the top of the script > > > > error_reporting(E_ALL & ~E_NOTICE); > > - Original Message - > > From: Virgil Claritt <[EMAIL PROTECTED]> > &g

Re: [PHP] need help w/ variables

2001-07-22 Thread ReDucTor
did u try what i said??? - Original Message - From: Virgil Claritt <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 3:13 PM Subject: Re: [PHP] need help w/ variables > i dont quite get it what your saying > it is clearly defined at the top &g

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

Re: [PHP] need help w/ variables

2001-07-22 Thread ReDucTor
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 > when i use this script: > > s

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