I resolved the problem by using the mysql_data_seek function to set the pointer to the first record.

mysql_data_seek($rsCommunitiesServed, 0);

Blaine


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to