It's not displaying for me either... there's also nothing in the source code to say that there should be something there.
I couldn't say without seeing the actual code, are you using PHP includes?
remarkablyso
Junior Poster in Training
62 posts since Sep 2010
Reputation Points: 10
Solved Threads: 2
Why are you using file_get_contents as opposed to using an include?
diafol
Rhod Gilbert Fan (ardav)
7,800 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Try a PHP include, only use a direct path or otherwise. For example;
This: /home/user/public_html/directory/file.php
Or this: file.php
Without any use of "http://". Another thing you should check is the file's permissions, make sure the file you are including can be read/executed.
remarkablyso
Junior Poster in Training
62 posts since Sep 2010
Reputation Points: 10
Solved Threads: 2