you better use something like:
<?php include( TEMPLATEPATH . ‘/js/myphp.php’); ?>
this is probably stupid but now i’m using:
<?php
if ($_GET['updated']==true) { ?>
<div id="message" class="updated">
<p>
Updated.
</p>
</div>
<?php } ?>
another question, why the backticks arent working with my code? =/