View Single Post
Old 11-25-2004, 10:27 PM  
Repetitive Monkey
Confirmed User
 
Join Date: Feb 2004
Posts: 3,505
$var=@mysql_fetch_row(mysql_query("SELECT COUNT(*) FROM table WHERE something='$something' AND anothersomething='anothersomething'"));
echo"The count for something is ".$var[0]." at this time.";

Repetitive Monkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote