My first post, and i am a little lost on how to get my question across to get to the solution i desire. so here goes nothing...
I have a content management site i am currently working on. This uses PHP to create pages and store the page contents in MySQL to be called back on the user facing site. A couple of things have come up that i require to use PHP to do within the page contents.
Is there a way i can use PHP to find the page content i have in the SQL database, and execute more PHP that is in that fetched page contents? or this just something i wish i could do and require another way round it?
My main thing is to create a "contact us" page that redirects to itself after sending the enquiry. the html content for the contact us form is kept in the database, and is found using page id's in GET requests.
i have tried to just adding the extra php code to the sql page content, however it just doesnt display anything inside the tags.