phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00524
[Question #123785]: Cannot Modify Header Information
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.