AutomatikStudio,
Use the code:
PHP Code:
eval ( '$variable = "' . fetch_template ( 'template' ) . '" ;' ) ;
You can replace variable with whatever you want to call the variable and the template is the same.
You must include the variable in another template where you want the data that you put into the template to be called.
Also you must place the php code in the php file before the template that you're placing the variable within. Hopefully that explains it somewhat.
Cheers,
g-force2k2