03-28-2008, 11:25 AM
|
#2 (permalink)
|
|
The Addict
Join Date: Nov 2007
Posts: 282
Thanks: 61
|
There isn't an error, that means you can include complete "urls" in your inclusion path.
If its a complete domain from a different server good luck, its disabled on about all new servers. Try:
PHP Code:
require_once("./include/func_lib.php");
__________________
PHP/XHTML Freelancer:
Cleanscript.com v3 - Programming starting at just $5 act now!
|
|
|
|