php include not working
-
In my header file, i am trying to include the following code where the banner is
<?php include('http://www.domain.com/adverts/test.txt')?>
however when i look at the header, that line of code doesn’t exist and there is no call to the actual contents of the file.the permission of test has been tested with 644, 777 and 755
appreciate any help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘php include not working’ is closed to new replies.