[PHP] need help w/ variables

2001-07-22 Thread Virgil Claritt
when i use this script: ?php session_start(); if ($op == ds) { if (($username != admin) ||($password != admin)) { $msg = pfont color=\#FF\strongBad Login - Try Again/strong/font/p; $show_form = yes; } else { session_register('valid');

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: ?php session_start(); if ($op == ds

Re: [PHP] need help w/ variables

2001-07-22 Thread Virgil Claritt
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: ?php session_start(); if ($

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 $op is equal to ds $valid

Re: [PHP] need help w/ variables

2001-07-22 Thread Greg Donald
01c11335$ac5dafe0$0200a8c0@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 wh