Hi
Apologies if you have seen this request on a low traffic php forum elsewhere today.
I want to be able to parse the php when MySQL data is outputted to a page.
For Example:
When this data is called from a MySQL database
<?php echo"hello";?><h1>Hello</h1>
- this data is injected into the html as it reads and the php is not parsed. I know a solution is to parse the php before it goes into the database but it is difficult to do this with the template script I am modifying.
Thanks In Advance.