30.01.2014, 21:16
pawn Код:
if(mysql_num_rows() == 1)
It there are more rows returned, your code doesn't do anything, as it skips both if-statements.
You should loop through all rows returned, fetch the data from each row and display it.