[PHP] Daily Rotating Page

2001-02-28 Thread RalphGzman
I have set up a template for a page that displays the featured product of the day. All data is stored in a mySQL db. So every day I want to feature a different product. Each product contains an entry in the db for picture, description, and hotlink. What would be the best way to go about this?

Re: [PHP] Daily Rotating Page

2001-02-28 Thread Kelly Corkill
If on unix "man cron". Write a script to change a pointer and use cron to run the script. On Wed, 28 Feb 2001 [EMAIL PROTECTED] wrote: Date: Wed, 28 Feb 2001 20:30:47 EST From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] Daily Rotating Page I have set up

Re: [PHP] Daily Rotating Page

2001-02-28 Thread richard merit
ct from database where day_col = $subPartQuery etc. etc. you have to double check the mysql syntax rm On Wed, 28 Feb 2001 [EMAIL PROTECTED] wrote: Date: Wed, 28 Feb 2001 20:30:47 EST From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] Daily Rotating Page I have set up a tem