I tried that and I get this error. Warning: include(/feedback/view.php) [function.include]: failed to open stream: No such file or directory in /home/stranget/public_html/lib/content.functions.php(857) : eval()'d code on line 1 Warning: include() [function.include]: Failed opening '/feedback/view.ph...
I am trying to include a simple PHP script that will pull data from an HTML file located in another directory on my server. If I could pull the data from the HTML file directly, that would work also. I am trying to get this code to work in the CMSMS dir (public_html) <?php $page_id="feedback&qu...