12-18-2008, 05:37 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 119
Thanks: 21
|
Absolute URL location not working...
Hello all,
Is there a reason why this:
PHP Code:
include('http://www.domain.com/inc/functions.php');
doesn't work.
But this:
PHP Code:
include('inc/functions.php');
Does?
This isn't always the truth, but seems to be when calling certain php and .xml files.
|
|
|
|