hello fellow developers,
i have built my website, how it works is it includes the header and footer through php and the rest of the content is in its corresponding file, but would it be possble to have the rest of the content in a mysql database and create pages like that dynamically (kind of like wordpress does), and if someone has a spare moment could you show me how this is done?
<? include("header.php"); ?>
--main content goes here
<? include("footer.php"); ?>
Website: http://www.shadowscape.co.uk
Thanks,
Nathaniel Blackburn