>Now, obviously this only echoes the first part, as it seems the array is >at the end when it tries to loop through again. >I tried a reset($myrow_it) , but it drops an error about $myrow_it not >being an array.
It's not an array, it's a MySQL result identifier. You want http://php.net/mysql_data_seek or somesuch. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php