View Single Post
Old 12-18-2008, 05:37 PM   #1 (permalink)
buildakicker
The Acquainted
 
buildakicker's Avatar
 
Join Date: Jan 2008
Posts: 119
Thanks: 21
buildakicker is on a distinguished road
Confused 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.
__________________
SkiLeases.com
buildakicker is offline  
Reply With Quote