$infrows = mysql_fetch_array($infresult);
//selects the first row
//but you don't do anything with this row, you just go to:
while ($infrows = mysql_fetch_array($infresult)) {
//which etches row 2 ...n. These you do manage, apparently
comment out the first $infrows... statement, and all will be well