Posted by Mike on 02/01/06 18:33
Thanks but how do I get this to work...
I thought of a way to do it but I need to access each line of the array
by number. I think this is called the master element index position.
I thought the following would work but it dosn't...
$row = mysql_fetch_array($result, MYSQL_BOTH)
echo $row[1]['id'];
echo $row[1]['f_name'];
echo $row[1]['l_name'];
Theres no error, it just returns nothing.
Mike
Navigation:
[Reply to this message]
|