I'm trying to create a dynamic news rss feed. I found out that you can't put php tags in an xml file and when I tried to create php file that used the header
header("Content-Type: application/rss+xml; charset=ISO-8859-1");
I got this error
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/myserver/httpdocs/client_area/baking/site/index.php:72) in /var/www/vhosts/myserver/httpdocs/client_area/baking/site/pages/rss.php on line 3