This is the text I pull from the database:
Some text here <?php print $_POST["variable"]; ?>, some more text here.
Unfortunately because I am outputting the value using <?php print mysql_result($main,0,"body"); ?> the php command within that value is not recogised. How do I make sure it is?