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. Link to comment https://forums.phpfreaks.com/topic/1534-returning-the-number-of-entries-in-a-table/ 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. Link to comment https://forums.phpfreaks.com/topic/1534-returning-the-number-of-entries-in-a-table/#findComment-5040 Share on other sites More sharing options...
Metonmuris Posted December 22, 2003 Author Share Posted December 22, 2003 cool, thanks Link to comment https://forums.phpfreaks.com/topic/1534-returning-the-number-of-entries-in-a-table/#findComment-5054 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.