Ezilon.com - Target Your Audience, be Seen in Your Region

Cute News

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 34 posts

Joined: Feb 2004

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's picture

She has: 5,512 posts

Joined: Feb 2000

<?php
include ("./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. Smiling

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's picture

She has: 5,512 posts

Joined: Feb 2000

Sounds like you solved it on your lonesome, nice work!