Okay, so I\'m sure plenty of you have built crazy database intensive pages...
I am building a page that I\'d like to pull all sorts of unrelated database informati
If you need the queries, you should just use them.
What I always try to do, is to have them executed all at once at the same place, so that there is no need for different parts (if they're separated...) of the page to make database connections. I figure it´s more efficient to store everything in variables than have every part of a page connect to the database.