Hi there!

I'm trying to integrate Cutenews into my Indexu (5.3.0) -- which I learned about on some older posts on this forum.

The script generates a php code similar to this:

PHP Code:
<?PHP
include("path/to/show_news.php");
?>
The instructions say that the script will only work on a php page. I'm trying to include this script on one of my custom template pages -- which, of course, is an html page. The only suggestion it has for html pages is to change the extension to php.

Does anyone know how I could get this to work?

In case you're interested, the instructions are located at: CuteNews README.

What I'm trying to do is to post my monthly newsletters on the site without having to create an individual custom template page for each one. This script does not use MySQL; it just generates the files.

Any help you can provide is GREATLY appreciated!

Angie