MadnessRed Posted June 25, 2008 Share Posted June 25, 2008 count number of entries in a database ok, so I have a list of entries in a database. I want to tell the user how many there are. How would I go about that? Link to comment https://forums.phpfreaks.com/topic/111840-solved-print-number-of-entries/ Share on other sites More sharing options...
rhodesa Posted June 25, 2008 Share Posted June 25, 2008 COUNT(*) FROM tablename Link to comment https://forums.phpfreaks.com/topic/111840-solved-print-number-of-entries/#findComment-574107 Share on other sites More sharing options...
MadnessRed Posted June 25, 2008 Author Share Posted June 25, 2008 ok thanks. Link to comment https://forums.phpfreaks.com/topic/111840-solved-print-number-of-entries/#findComment-574130 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.