Cute News
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!
HostNifty
Quality shared and reseller UK hosting
http://www.hostnifty.co.uk
Suzanne posted this at 01:58 — 27th March 2004.
She has: 5,507 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.
HN Mark posted this at 02:03 — 27th March 2004.
They have: 41 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!
HostNifty
Quality shared and reseller UK hosting
http://www.hostnifty.co.uk
Suzanne posted this at 02:27 — 27th March 2004.
She has: 5,507 posts
Joined: Feb 2000
Sounds like you solved it on your lonesome, nice work!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.