hello, I am looking for a php script that helps me diminish load on the server. meaning, i am looking for a script that dynamically reads from a file. This file can be urls or servers. The client connects to a page file and randomly gets redirected to previously read urls found on the file. This helps me edit a few lines on the file, instead of making the client connect all the time to same url which will create a huge server load So i can put in the file , all the addresses needed. And once connected to to that file, automatically and randomly the client gets redirected to the many links (url or server) found on the file.