Results 1 to 2 of 2

Thread: PHP Include File

  1. #1
    Join Date
    Feb 2007
    Posts
    145
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default PHP Include File

    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:
    Code:
    <?php include ("admin_image.php"); ?>
    
    <!-- Start Of Bottom Copyright Bar -->
    <?PHP include("copyright_bottom.php"); ?>
    <!-- End Of Bottom Copyright Bar -->
    I have also tried:
    Code:
    <PHP include($_SERVER["DOCUMENT_ROOT"]."admin_image.php"); ?>
    Thanks, Ryan.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    What do you mean 'seem as if they cannot be found'? How do you know? Enable error_reporting(E_ALL). Do you get a warning?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •