Thread
:
How to use php includes in PP templates?
View Single Post
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
View Public Profile
Find More Posts by Garrynz