RE: [PHP] Mail class to send several e-mails within one smtp connection

2004-02-29 Thread Axiom
> -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

[PHP] $sring = ARRAY?

2004-02-28 Thread Axiom
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"; }