View Single Post
  #3  
Old 03-21-2005, 03:07 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

This isn't exactly the best thing to do, but it is possible:

Code:
{php} // including a php script directly // from the template. include("/path/to/script.php"); {/php}
Reply With Quote