Forum Discussion

Zelkowo's avatar
Zelkowo
Visitor
9 years ago

JSON Header in static text file

I'm using PHP to create my feed.  If my feed is reading straight from the PHP script (i.e. http://.....feed.php), I just include this in my PHP script header("Content-type: application/json");  and ...