View Single Post
Old 03-28-2008, 11:25 AM   #2 (permalink)
Nor
The Addict
 
Join Date: Nov 2007
Posts: 282
Thanks: 61
Nor is on a distinguished road
Default

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!
Nor is offline  
Reply With Quote