I am building a small shopping cart for myself. I want to make it as customisable as possible this means being able to create to html template around the php code without having to upload any documents.
For example what I would like to do is be able to submit a form with some html code in it that get inserted in to mysql. Inside the html code there are special tags for example <shopaboutus> or <products>
When outputted to the php page The special tags would call a certain bit of php code for example <shopaboutus> would display information about us and <products> would display all the products from the database and so on the possibilites are endless.
I hope this makes some sort of sense
<aboutus> displays information about us
<products> displays all products