> -Original Message-
> From: Juergen Mueller pro.vider.de GmbH [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 29, 2004 12:02 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Mail class to send several e-mails within one smtp
> connection
>
> Hello,
>
> does anybody know a simply mailing
Why is it that in the following code that $value comes back with just the
word ‘ARRAY’ instead of the actual result?
if (($value = mysql_fetch_row($result)) AND ($value == $username)) {
echo "You are authenticated";
} else {
echo "Your username or password is incorrect";
}
2 matches
Mail list logo