I'm making a PHP TV guide that also displays episodes of programmes / when they're on, similar to:
http://library.digiguide.tv/lib/programmenextshowing/8931
http://library.digiguide.tv/lib/programmenextshowing/12578
It's got pagination, and is PHP/MySQL-based (the site above uses ASP.NET, but that's beside the point).
Anyway, using the principle "You can borrow but you can't copy" I've made a similar site in PHP, which has a database, the design looks similar to the above URLs except slightly brighter CSS etc. and the fact it's called the generic "MyTVGuide".
I can't add attachments here so will link to it when I can find somewhere to upload it.
Basically, I'm OK at:
but for this I need to be able to make username/registration login, the ability to edit within the site, rather than at the database backend [PHPmyadmin etc.] and have it automatically hide records per date/time etc.
In short, it's like a CMS except the admin login would be hidden via .htaccess
Would anyone here like to help me with this, going through it every step of the way with me?
Thanks