OK, so what I'm trying to do here is create a PHP site that's driven by a database similar to this one:
http://library.digiguide.com/lib/programmenextshowing/Police%2C+Camera%2C+Action!-12578
http://library.digiguide.com/lib/programmenextshowing/House-238308
That site basically uses a PHP database and the pages are generated from the database as far as I'm aware.
I'm trying to do a similar thing, for my TV programme's fansite that I'm creating, but am not sure how to do this.
What I want to do is create a basic template, and then have the info appear from the database and the additional pages created by the database - if such a thing is possible with PHP - and the data then deleted once the programme has aired (e.g. the records remove themselves!)
Sorry if this is a bit long but I'm trying to explain it all!
Also, how do I create PHP templates properly?
All advice is appreciated! :icon_smile: