Thread: PHP Question
View Single Post
Old 03-01-2012, 07:58 PM  
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
Quote:
Originally Posted by Voodoo View Post
Code:
{php} include ("header.php"); {/php}
Try this. I'm not 100% on it though. I don't know what template engine you're using.
This is correct, if you're using TGPX. Single quotes are preferred for this instance, so:

Code:
{php} include ('header.php'); {/php}
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote