Thread
:
MySql dumb question (maybe) :)
View Single Post
06-20-2004, 08:17 AM
WombRaider
Confirmed User
Join Date: Sep 2002
Location: FL
Posts: 159
Here's another way that's worked for me:
$query = mysql_query("SELECT * FROM tableName");
$qty = mysql_num_rows($query);
echo $qty;
Hope that helps.
__________________
Fred, I think I fried the motherboard.........and the fatherboard, too.
WombRaider
View Public Profile
Find More Posts by WombRaider