<!--QuoteBegin-Ragnarok+2004-05-01 12:00--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>
QUOTE (Ragnarok @ 2004-05-01 12:00)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Im not 100% sure on the function used to include the inlude file but I don't think you can have PHP in the file you include [/quote]
you can use php. i put this code in the top of the wrapper.html for the <a href='http://www.aardvarkind.com/topsites/' target='_blank'>demo list</a>:
- Code: Select all
<#include="http://www.aardvarkind.com/test.php">
test.php contains this source code:
- Code: Select all
<?php
echo "Test";
?>