OK... in a table i have a row called "tdata" its set to varchar(255)... within that i have stored:
require("$incdir/dir.php");
when i pull that back using:
<?=$row["tdata"];?>
it doesnt fire, and when i do view source its there, but as like a comment in the html:
<div id="main">
<div id="contents">
<h2><img src="peIMG/project.gif" border="0" alt="" align="absmiddle"/> Project</h2>
<p class="note">Notes here!.</p>
<?php require('$incdir/dir.php'); ?>
</div>
</div>
any ideas?