CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Ajax and Design (http://www.codingforums.com/forumdisplay.php?f=55)
-   -   Random daily content (http://www.codingforums.com/showthread.php?t=273705)

Richi 09-21-2012 12:53 AM

Random daily content
 
Id like to find something like this to place inside a css sidebar:

http://www.dynamicdrive.com/dynamici...dowiframe2.htm

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?

devnull69 09-21-2012 08:57 AM

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.

Richi 09-21-2012 04:18 PM

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!


All times are GMT +1. The time now is 07:04 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.