Jump to content

RSS Feed with PHP


magnetica

Recommended Posts

I have a problem with my RSS, i'm using PHP to write out my RSS.

When I view the script locally it works fine but when I upload it to my remote server I gt an error that points to line 1; Heres the error:-

 

Parse error: syntax error, unexpected T_STRING in D:\home\flash-online-games.co.uk\wwwroot\dailytop-feed.php on line 1

 

LINE 1 is: <?xml version="1.0"  ?>

Now i'm guessing that the version or settings of PHP that my remote server is running recognises <? as a PHP start tag as well as <?php. Or maybe this has something to do with it

 

I tried escaping the characters but didn't work, mybe I was escaping the wrong characters?!

Is there any way to overcome this?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/69012-rss-feed-with-php/
Share on other sites

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.