11-26-2004, 12:29 AM
|
|
|
So Fucking Banned
Join Date: Nov 2004
Posts: 312
|
Quote:
Originally posted by Repetitive Monkey
$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.";
|
you are a good person
|
|
|