Re: Newbie mysql problem understanding result and id?



Assuming id starts at 1, it should return 6 not 7 for the same reason
mysql_result($result, 0, 'id') will return 1.

.