Hello, im trying to add cutenews to my website, and everything is fine, except for the news actually showing up on my website.
Ive followed the instructions, but cant seem to get it to work.
Could someone please make a blank.php file and send it to me with the following code, so that my news would work:
<?PHP
include("cutenews/show_news.php");
?>
Thanks!






Suzanne posted this at 01:58—27th March 2004.
She has: 5,512 posts
Joined: Feb 2000
<?phpinclude ("./cutenews/show_news.php\");
?>
Assuming that this include is in the directory above /cutenews/, that the /cutenews/show_news.php file actually exists, that the page is named index.php or whatever you have (it's a php include, the page that will contain the included file must be .php as well).
I downloaded the application, installed it, and tested it -- that code works for me, hopefully it will work for you.
love me, love my brain :: iStockphoto portfolio
Wapture posted this at 02:03—27th March 2004.
They have: 34 posts
Joined: Feb 2004
You are a star!!!
It works, thanks so much!
I did the code, and it didnt work to start with. I found out that I was using a file called index.php in another subdirectory, I moved the file to my root, and it worked fine... thanks again!
Suzanne posted this at 02:27—27th March 2004.
She has: 5,512 posts
Joined: Feb 2000
Sounds like you solved it on your lonesome, nice work!
love me, love my brain :: iStockphoto portfolio