Currently I have a website that contains one php page and based on what the user selects from the pull down menu, that is what gets populated on the page from a MySQL database. The code works perfectly unless I need to
I want to be able to store another php script in the $content from my database so that it is called when the user selects the page. No matter what I have tried, the php does not work and instead it prints the php code.
Is there anyone that can point me in the right direction please?
