Archive

Archive for the ‘IP.Board’ Category

Fetch number of replies to a post – IP.Board

<?php
$result = mysql_fetch_assoc(mysql_query(“SELECT * FROM `topics` WHERE tid=’”.$topic_id.”‘”));
echo return $result['posts'] ;
?>

EmailFacebookLinkedInMySpaceDiggTumblrStumbleUponShare
Categories: IP.Board Tags: , ,

Switch to our mobile site