View Single Post
Old 08-07-2004, 09:44 PM   #4 (permalink)
insidious_machinae
Psycho
 
lmao, it's so easy you'll want to strangle yourself


given your comments table for blog ID number 15

PHP Code:
$query "SELECT * FROM blog_comments_table WHERE blog_ID = '15'";
$result mysql_query($query);
$numberOfRows mysql_num_rows($result); 
Hope I did the php tags right.
insidious_machinae is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43