↧
Answer by knoopx for PHP Atom feeds are not showing
Make sure you are outputing the correct Content-type, also try to validate the feed using some third party online service. If you are really getting nothing check your server logs, there must be a...
View ArticlePHP Atom feeds are not showing
I'm using PHP to generate feeds, which is working perfectly fine on my local development sandbox. Once I upload to the server, I get a blank page. I know the programming is correct, because it works...
View Article