I am using nphp as a news updater. Unfortunately it is now unsupported, and I can't figure out how to create a page that will display news.txt(which is what the news items are placed into)
The command that they give in the readme is thus:
<?php include ("nphp/news.txt"); ?>
But I don't actually know how to implement this into a php document. When I just put it into something like index.php, it doesn't display anything. So I'm kind of lost.
Any help would be appreciated.