View Single Post
  #2  
Old 07-18-2007, 05:58 AM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: result of my php function inside a tpl.. how?

{php}
$theresultvariable = yourphpcodetogettheresultgoeshere;

smarty->assign("result",theresultvariable);
{/php}
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote