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";

}

 

-Casey


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.598 / Virus Database: 380 - Release Date: 2/28/2004
 

Reply via email to