How do they do this?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sparklehorse
Forum Newbie
Posts: 1
Joined: Sun Jul 20, 2003 12:40 am

How do they do this?

Post by sparklehorse »

Hello people,
I want to know how I can set up this gig guide?
Basically it changes everyday to the current days gigs and so on
check it out at:
http://www.cornerhotel.com
goto gig guide

I have no idea about any of this so if someone could point me in the right direction I'll be very greatfull :)

thanks
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Use PHP to get the date() and then check and load database entries with the same date.
Post Reply