Thread
:
calling in from mysql, a bit more than that...
View Single Post
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
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
View Public Profile
Find More Posts by duniyadnd