Metonmuris Posted December 21, 2003 Share Posted December 21, 2003 How do you get the total number of entries from a Mysql table. Im not totally sure on the SQL to do such a thing. Quote Link to comment Share on other sites More sharing options...
PHPcadet Posted December 21, 2003 Share Posted December 21, 2003 By entries do you mean the number of rows in the table? If so use the mysql_num_rows() function. Quote Link to comment Share on other sites More sharing options...
Metonmuris Posted December 22, 2003 Author Share Posted December 22, 2003 cool, thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.