Hi RQuadling
thank you for your comment. I tried this but it does not work. it ignores the include and treat it as html.
Main Topics
Browse All TopicsHello Experts,
to those who are familiar with PHPRUNNER...
phprunner uses a template to generate the layout for the mysql database.
i have changed the template from html format to php due to the fact that my website layout contains several include file functions. all works fine but unfortunately the template does not read the include function (it treats it like html code).
i see that there is a "function" file behind the template. in the template page there are codes such as "{$header}" and "{BEGIN body}". Is there a way to add to the "behind" function file a function that will add the include flle... so i will add to the template something like {$my_file_here} or {BEGIN my_file}?
I hope its not too complicated, thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Does http://www.asprunner.com/f
Business Accounts
Answer for Membership
by: RQuadlingPosted on 2009-01-26 at 16:35:55ID: 23472819
If the template is read as a PHP file, then you will need to make sure you include your include line in php tags...
'; ?>
-----your file
{$header}
<?php include 'some_PHP_include_file.php
{BEGIN body}
----------
sort of thing.
That is if it is a PHP template.
I am not familiar with PHPRunner.