View Single Post
Old June 7th, 2006, 04:20 PM   #2 (permalink)
Garrynz
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 163
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.
Garrynz is offline   Reply With Quote