View Single Post
  #3  
Old 08-24-2006, 02:10 PM
nchammer nchammer is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nchammer is on a distinguished road
Default

Or Charl, you need to set your content type... default will be html, which is no good if you're outputting RSS:


php Code:
header("Content-Type: application/rss+xml");


Gud luck -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - PRINT command from RSS feed
View Single Post
  #3  
Old 08-24-2006, 02:10 PM
nchammer nchammer is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nchammer is on a distinguished road
Default

Or Charl, you need to set your content type... default will be html, which is no good if you're outputting RSS:


php Code:
header("Content-Type: application/rss+xml");


Gud luck -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote