But i'd like to be able to have it display a random page each day instead of a set page for a certain day. Its going to be for a cooking website and i'd like to do a recipe of the day type thing with a recipe and a small youtube video in the side bar. Would this be possible and is there a similar script already available that i can use?
Things like that are usually tasks for the server side language of your choice because you (most certainly) will want to get this information from a database. The server side language will query the database for a random entry and then it will put together the output for the page based on that entry.
Thanks for the reply. Yes that sounds like what im wanting to do. Do you know of anywhere i could find a script that would do this, or what i should be searching for roughly, im wouldn't know where to start if had to write one from scratch!