Quote:
Yesterday at 11:39 PM Logician said this in Post #16
Your problem is related to your code in phpinclude. If you add $testing = "Test 1 Test 2 Test 3"; to phpinclude template then use $testing in the forumhome_forumbit_level*.* templates you'll be fine. So it is not phpinclude variable not showing in forumhome_forumbit_level* templates, it is your variable not getting a approprite value in the phpinclude.
|
I'm trying out your above example but having a little trouble. Here is what I put into the phpinclude template:
ob_start();
$testing = "TESTING 1 2 3";
ob_end_clean();
With my limited knowledge of php, I'm sure it is just syntax issues or some other problem that is right under my nose.
Thanks for your help.