New question #123785 on phpns:
https://answers.launchpad.net/phpns/+question/123785

I added the feed generation code to my code on my news page and it's broken the 
code.

I get this error: "Cannot modify header information - headers already sent by 
(output started at /home/alexisar/public_html/news.php:7) in 
/home/alexisar/public_html/news/shownews.php on line 656"

Here's the php code: 

<?php
        $phpns['category'] = '0';
        $phpns['template'] = '9';
        $phpns['items_per_page'] = '3';
        $phpns['mode'] = 'rss';
        
        include("/home/alexisar/public_html/news/shownews.php");
?>

View it here: http://alexisarts.net/news.php

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

_______________________________________________
Mailing list: https://launchpad.net/~phpns-team
Post to     : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to