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
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
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 {
3 matches
Mail list logo