|
Okay so I had all my php files in the root of my site and it worked the php files showed and no problems.
So i created a new folder called php and moved all php files in there then put this in my index.php
<?
include ("/php/navheader.php") ;
include("/php/latestreviews.php");
include("/php/content.php");
include("/php/sidebar.php");
include("/php/footer.php"); ?>
And if you visit my website its not working??
What do i need to do??
__________________
Please login or register to view this content. Registration is FREE
Great new Bux site!
|