Forum Moderators: coopster
I want to add a (one!) php page into an existing site. I KNOW I have php in the Apache build, so that is not a problem. Basically, just want to add a news feed via php.
OK, so I set up a dummy doc, and added this code, which should send me the feed:
<?php include "http://url.to/news.html";?>
And nothing comes up!
I made the directory executable, added Options ExecCGI to the directory container. What else do I need to do to enable php to parse the doc?
Thanks!
Dave