Topic: Coding PHP with MySQL.
Hey everyone.
I have just recently started coding PHP and now im onto MySQL. This is not really a problem but some general questions to any experienced programmer.
When coding pages with connections to a MySQL database, is it a problem to have alot of different SQL questions to the database?
On one of the pages i have 5 different questions collecting information from the database. Is this a problem?
If its not, when does it become a problem?
As i see it, the only possible reason can be the CPU usage. When does the page start to eat up alot of CPU usage?
Thanks alot for any answers or if you want more information, please ask again.