Hi
I'm in the process of turning my static site into a data driven site using MySQL+PHP+Templates.
How should I structure the site?
I have a PHP script that sets the template and will pull the content from the DB.
Should I have a PHP script for every page or can I use somthing like PHPSELF to generate the pages using the same script?
Please advise if there are 'standard' ways of acheiving this or what?
Many thanks
Nick