I found the source, just not sure how to fix it. In my phpinclude_start template I have
// Example of how to include a seperate file:
ob_start();
include("technewsdata.php");
$techdata = ob_get_contents();
ob_end_clean();
technewdata.php has Magpie RSS in it. Does the above code look correct for an include? Or should I do it differently.
Looking at my technewsdata.php file now to see if there is anything wrong in there as well.
Thanks,
|