View Single Post
Old June 3rd, 2008, 6:51 PM   #7 (permalink)
MarkRH
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,224 posts
Gave thanks: 18
Thanked 86 times
Unless you're trying to include php code from an outside domain or via a http URL, then allow_url_include being off should not affect anything. My PHP includes all work and I have both allow_url_include and allow_url_fopen set to off, on purpose.

I have three php include statements on my main page (one includes another php file, one is a .htm file and another is a .txt file).

PHP Code:
<?php include "php/count.php" ?>
MarkRH is online now   Reply With Quote