Quote:
Originally posted by retrograde
[Actually, now that I think about it, to randomize such a large array upon every page load would probably be very CPU intensive. Any ideas?]
You're absolutely right, this would not be designing a site with performance in mind. You won't notice much if the site doesn't get a lot of traffic, but if you get the hits, or plan on getting them, this is not the way to go. It might even be a big problem from the start, depending on what the elements in this array are, and how they're being called up in the first place.