Jump to content

hi i have an error with my rss validation


emopoops

Recommended Posts

the link is here:

http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.socialemo.com%2Frss.php

my code looks like this: 27ystnk.png

please note that i have removed the space before the ?> and i still get the same error

<?php $output = "<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>";
require(mydbfile");
$im = "SELECT * FROM `table` ORDER BY `id` DESC LIMIT 15";
$here = mysql_query($im);
$year = date("Y");
$now = date("D, d M Y H:i:s T");
$output .= "

someone told me on another forum that it has to be two seperate files, and that i must send the correct header. i dont know what this means do any of you im using this:

http://www.ibm.com/developerworks/library/x-phprss/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.