Thread
:
$20 Paypal - Small PHP Script Needed!
View Single Post
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
View Public Profile
Find More Posts by Repetitive Monkey