also note that $rows is now an array (due to mysql_fetch_array), so to get specific records, use $rows[$i], where $i is an identifier to a specific record.
I think theres another function to allow you to reference the array as an associate array, for instance $row['id'], would return the record named 'id'. quite handy.
check the php website,
http://www.php.net/array and
http://www.php.net/mysql
Many shoes,
James/SiliconFuRy