emopoops Posted November 20, 2009 Share Posted November 20, 2009 the link is here: http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.socialemo.com%2Frss.php my code looks like this: 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/ Link to comment https://forums.phpfreaks.com/topic/182251-hi-i-have-an-error-with-my-rss-validation/ Share on other sites More sharing options...
cags Posted November 20, 2009 Share Posted November 20, 2009 Looking at the results, the validator doesn't like the 11 or so blank lines, it expects... <?xml version=\"1.0\" encoding=\"iso-8859-1\" ?> ...to be at the very start of the XML feed. Link to comment https://forums.phpfreaks.com/topic/182251-hi-i-have-an-error-with-my-rss-validation/#findComment-961883 Share on other sites More sharing options...
emopoops Posted November 20, 2009 Author Share Posted November 20, 2009 there are no 11 blank lines if u see the pic. theres like a php tag and thats about it.. its on the first line even what am i supposed to do"? Link to comment https://forums.phpfreaks.com/topic/182251-hi-i-have-an-error-with-my-rss-validation/#findComment-962047 Share on other sites More sharing options...
cags Posted November 20, 2009 Share Posted November 20, 2009 Check it in the validator, there are blank lines, you need to figure out where they are coming from. Link to comment https://forums.phpfreaks.com/topic/182251-hi-i-have-an-error-with-my-rss-validation/#findComment-962050 Share on other sites More sharing options...
emopoops Posted November 20, 2009 Author Share Posted November 20, 2009 http://community.livejournal.com/webdesign/1532859.html?view=9765307#t9765307 i made a post there i posted a pic of the sorce Link to comment https://forums.phpfreaks.com/topic/182251-hi-i-have-an-error-with-my-rss-validation/#findComment-962103 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.