View Single Post
  #9  
Old 02-20-2011, 10:09 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 32,962
fadillzzz is an unknown quantity at this point
Default

You want to make one of those?
just put something like this before the echo $template line
PHP Code:
$template replace(':NEWVAR:',$newvar,$template); 
now in the template .html file, just a put the :NEWVAR: whereever you want. But don't forget to define the $newvar variable in the .php file else it will be blank
Reply With Quote