[PHP] Require files paths ????? From: Ade Smith (php <email protected>)
Date: 09/23/00

Hi all

Why does this work

require("dbconnect.php3");

and this doesn't when this is the full path to the file,

require("http://www.domainname.com/dbconnect.php3");

I am pulling my hair out over this one can anyone shed some light on it ?

THANKS !!!

Adrian

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>