I am making a comments system for my blog and I want to show how many entries total there are in the comments db table. How might I do this? I was thinking about SELECT MAX(id) FROM comments, but if you deleted one, it would show the highest number, not the total number of comments.
Thanks to all,
Stevie
Thanks to all,
Stevie
Comment