Quote:
|
Originally Posted by Garrynz Yeah just
include "http://www.yoursite.com/script.php";
if within php code part of the template or
PPPRINT;
include "http://www.yoursite.com/script.php";
echo <<<PPPRINT
if within html code, make sure the PPPRINT; is flush with the margin. |
Thanks. What is "
PPPRINT; is flush with the margin" mean?
I tried:
<tr>
<td align="center" width="100%" border="1">$imgdisp</td><td>PPPRINT;
include "http://www.mysite.com/script.php";
echo <<<PPPRINT </td>
</tr>
But it doesn't seem to work?