Correct Syntax
Posted: Fri Dec 22, 2006 6:04 pm
Would someone please tell me the correct syntax to use to determine which row of a resultset I am working on?
The result set is returned with
I know the array starts at row[0] but for the life of me, none of my if statements seem to work.
Thank you
The result set is returned with
Code: Select all
while ($row = mysql_fetch_array($result)) {
extract($row);Thank you