Ryan Fitton
10-08-2008, 06:51 AM
Hi, I ahve recenlty swapped webhosts from 000webhost to 110mb.com. In my index page there is a php command to fet a file for an image and the bottom copyright bar, the two php files are in the same folder as the index page, This worked fine on 000webhost but on 110mb.com the files seem as if they cannot be found.
Here is my code for the command:
<?php include ("admin_image.php"); ?>
<!-- Start Of Bottom Copyright Bar -->
<?PHP include("copyright_bottom.php"); ?>
<!-- End Of Bottom Copyright Bar -->
I have also tried:
<PHP include($_SERVER["DOCUMENT_ROOT"]."admin_image.php"); ?>
Thanks, Ryan.
Here is my code for the command:
<?php include ("admin_image.php"); ?>
<!-- Start Of Bottom Copyright Bar -->
<?PHP include("copyright_bottom.php"); ?>
<!-- End Of Bottom Copyright Bar -->
I have also tried:
<PHP include($_SERVER["DOCUMENT_ROOT"]."admin_image.php"); ?>
Thanks, Ryan.