if i go
<?php
$contents = "
$table1 = hey;
";
?>
the $contents variable when i use it it is:
<?php
= hey;
?>
i dont want to put that variable in, i want to be this:
<?php
$table1 = hey;
?>
please, how do i tell it i want it to print that, not its value