Now that the query has been executed, how can I access the value of the number returned by the countquery?PHP Code:$countquery="SELECT COUNT(*) FROM guestbook";
$pagecount=mysql_query($countquery);
I do an echo $pagecount, and it returns to me:
Resource id #3




Reply With Quote