Hey, got a Q about mysql with an array.
Say I've done a query that returns 3 rows. I know I need the 2nd row, but can i extract that single row from the results, into an associative array?
mysql_fetch_array() would work fine if I could specify the actual row I want.
Any suggestions?
Thanks,
Generik99