Pass variable from Template to PHP
I'm using 3.6.8. I want to include my own php code into the FORUMDISPLAY template after
<body>
$header
$navbar
<-------------insert my code here
1) How do I pass the variable like $foruminfo[title] from the templates into the PHP file?
The php file will process the $foruminfo[title] value and the result is inserted back into FORUMDISPLAY template.
|