views:

156

answers:

2

Hello,

I was looking for PHP TV guide scripts with it's Database structure. Or at least the Database Structure by itself.

Any help or infomration would be really appreciated, I just don't want to start from scratch.

Thank you,

+1  A: 

Why don't you want to start from scratch? I think it can be pretty straight-forward;

- A master tables with Channels (id, name, description)
- A master table with programs (id, name, description)
- A table with the guide (id, datetime, program_id, channel_id)

Of course you can extend this simple start with program-categories (i.e. movie or quiz), attendees/actors.

Rhapsody
Thanks, I have sketched that simple too but still wondering if there are other ideas that could have have been implemented to gather more experience.
Bassem Hefny
A: 

I'm having the same problem too... trying to find a good one that mimics this:

http://library.digiguide.com/lib/programmenextshowing/Police%2C+Camera%2C+Action!-12578

whitstone86