- Code: Select all
<?php
$XMLFILE = "http://animalcharms.net/blog/feed";
$TEMPLATE = "http://animalcharms.net/rss-template.html";
$MAXITEMS = "1";
include("rss2html.php");
?>
I get nothing on screen.. I added a comment where the code goes just to make sure the template was getting updated.. http://animalcharms.net/butterflyjewelr ... stoon_.php (near the bottom)..
So my question is, is there a way to make the templates read the php code properly, or, is there another solution that I might use that someone else has used successfully??