Timestamps & scheduling.

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
penguinboy
Forum Contributor
Posts: 171
Joined: Thu Nov 07, 2002 11:25 am

Timestamps & scheduling.

Post by penguinboy »

Well, I just started working on a scheduling system.
I was just wondering how other people display a schedule.

Do you:

1) Create a seperate query for each day "BETWEEN hour0 AND hour23"?
2) Query for a range "BETWEEN firstday AND lastday"?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

I would do a between.
Post Reply