Hi. I am making a page that lots of data on the first page that I want links
displayed in a random order. If lots of people are looking at it, would I be
better using a page that uses arrays and shuffle(), or would I be ok to use
mysql.
If there are over a hundred visitors a day, would mysql be making the site
slow?
I don't know much about hardware, and if using mysql to get data for a front
page is too much, could it overload mysql?
Is there any point where it's better to use php to write html rather than
query a database everytime the page loads?
I would be very happy if anyone could explain this, because I could not find
the answer in books or on the web.
Alex
displayed in a random order. If lots of people are looking at it, would I be
better using a page that uses arrays and shuffle(), or would I be ok to use
mysql.
If there are over a hundred visitors a day, would mysql be making the site
slow?
I don't know much about hardware, and if using mysql to get data for a front
page is too much, could it overload mysql?
Is there any point where it's better to use php to write html rather than
query a database everytime the page loads?
I would be very happy if anyone could explain this, because I could not find
the answer in books or on the web.
Alex
Comment