Hey,
www.uniqueego.com/index2.php
Why isn't the command fetching the requested page?
I'm sure it's wrong or something?
Thanks.
Printable View
Hey,
www.uniqueego.com/index2.php
Why isn't the command fetching the requested page?
I'm sure it's wrong or something?
Thanks.
Try:
Instead of:PHP Code:<?php
include("news/news.php");
?>
PHP Code:<?php
include('news/news.php');
?>
Make sure its saved as .php for starters and if your using frontpage DONT copy and paste this..Quote:
Originally Posted by Unique!
Click 'code' and find where you want the news to display and THEN copy and paste it.PHP Code:<?php
include('news/news.php');
?>
Where's code?
Thanks :)