I'm wanting to know if it's safe to do querys from database.
What i mean is i'm building a template system that's MySQL based, so it picks up all the pages and it's content from the database & i was wondering if it's safe to do querys from the database.
Currently it works fine, just a little slow on while(), but its going ok.
The main point of having a database ... to query it for information/content.
The speed problem may be a result of how you structured your database. Such things as "normalizing", assigning proper data types and sizes for columns, etc.