Quote:
Originally Posted by Lynne
You can't put that in your template - you may only put valid html in your template.
Did you read the link that Seven Skins posted - the part about including a php file?
|
Yea, but when I put $includedphp in my template, it was just like I went into my script.php file and copied everything in it and pasted it into the template.
This is what I have in my template as of now:
Code:
<?php
include "$includedphp";
?>