Need Help With Database implementation

So I’m trying to connect a database to a text box on my webpage and try to have it autoupdate daily (the content is showing quote of the day) and I’m not sure how to do that.

An example would be this website http://www.kneadpastaproject.com but I want to make the image rotation longer

Any help would be appreciated :slight_smile:

James

Hi James,

what you want to achieve is currently only doable with code.

If you are familiar with javascript, you need an algorithm which returns a different result for every day. Then, based on that result, you can query the database for the specific item and show it on the page. You can do it both with text and image.

I know that javascript is necessary for this part but im not sure how to do it

Do you have a sample code on how to do it?

Thanks