View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote