phpcodec Posted April 21, 2008 Share Posted April 21, 2008 I have a website that i want to show at the bottom of every page how many mysql queries their has been executed, how can i show how many queries are executed? Link to comment https://forums.phpfreaks.com/topic/102201-help-with-mysql-queries-used/ Share on other sites More sharing options...
DarkWater Posted April 21, 2008 Share Posted April 21, 2008 Make a variable that you increment every time you run mysql_query. Link to comment https://forums.phpfreaks.com/topic/102201-help-with-mysql-queries-used/#findComment-523152 Share on other sites More sharing options...
phpcodec Posted April 21, 2008 Author Share Posted April 21, 2008 would'nt that just be a waste of code space, i though their would be a function to show all queries excexuted Link to comment https://forums.phpfreaks.com/topic/102201-help-with-mysql-queries-used/#findComment-523155 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.