View Single Post
Old 07-21-2002, 01:22 PM   PM User | #2
duniyadnd
Regular Coder

 
Join Date: Jun 2002
Location: Depends on the time of year
Posts: 478
Thanks: 0
Thanked 0 Times in 0 Posts
duniyadnd is an unknown quantity at this point
forgot to mention

I call in all the records in the table using a while loop..

while ($dbRow = mysql_fetch_object($dbResult))
{
print("$dbRow->nameLast" . ", " . "$dbRow->nameFirst <br>\n");

}
duniyadnd is offline   Reply With Quote