Aureole Posted September 7, 2007 Share Posted September 7, 2007 Say if I have a page that has 5 queries on it, is there a way to calculate that without having to manually write "This page used 5 queries". A way that if I added a 6th query it would automatically update? Thanks! Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 7, 2007 Share Posted September 7, 2007 well you could after each query increment a counter... not sure of any way to detect the numerber of queries run without doing such but someone will correct me I am sure. Quote Link to comment Share on other sites More sharing options...
Jessica Posted September 7, 2007 Share Posted September 7, 2007 If you used a function to do your queries you could do a counter like suggested much easier. Quote Link to comment Share on other sites More sharing options...
Aureole Posted September 7, 2007 Author Share Posted September 7, 2007 A Function to do my queries? I don't get what you mean. ??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.