A
Anonymous
Guest
The problem is that you have "$row = mysql_fetch_array($result);" in the fifth line of your code, which fetches the first row (and so when you get to the while loop, it starts at the second since the first has already been fetched).