Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hey all,I'm using phprunner 5.0. I have a menu and would like to display a count of the records for each menu item next to the menu item. Is there any built in way to do this, or do I have to query the database for each count()?Thanks,Jarred
You have to run a (select count(*) from ... ) query against each table in menu. There is no other way to do this.