← Back to team overview

phpns-team team mailing list archive

[Question #78558]: Php page that should show news articles just shows blank page

 

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

Hi guys,

I just installed phpns and the back end looks and works fine.

My problem is with the page where I want to articles to show. I put the following include into an already designed page (all html but file has php extension)

<?php
/*
	This file is used to generate articles managed by the phpns system. 
	Place this code wherever you want your articles displayed on your 
	website. The page that this code is placed in should have a .php
	extension.
*/

	$phpns['limit'] = '5';
	
	//after variable declaration(s), include shownews.php
	include("/home/www/willmarsh.com/news/shownews.php");
?>


The page i am trying to view is http://www.willmarsh.com/index4.php

Can anyone tell me what the problem is?

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