RE: [PHP-DB] cannot include file From: Beau Lebens (B.Lebens <email protected>)
Date: 10/14/01

according to the section in the php manual on "Remot Files"

--- snip ---
Note: You can't use remote files in include() and require() statements on
Windows.
--- snip ---

so if you're developing in win32 then there's your problem, no remote files
for you :)

// -----Original Message-----
// From: J-E-N [mailto:eper <email protected>]
// Sent: Sunday, 14 October 2001 11:34 PM
// To: php-db <email protected>
// Subject: [PHP-DB] cannot include file
//
//
// badly need your help guys,
//
// i want to include a file from a different server but an
// error message appears that says "cannot include file ..."
// what do you think is the problem?
//
// include ("http://differentserver/testdir/file.php");
//
//

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