I saw this code in another post..but wasn't sure the context...can i use php in html?
brickholiusCode:<php> include("news/headlines.php"); </php>
I am supposed to use this code to reference the news/xml file
I ran a test and I can see it on a test php page but not in html, Is there a way to see this in html in indexu?Code:<? include ('http://www.XXX.com/public_html/newsfeeds/zfeeder.php'); ?>
brickholius


