Date: 10/14/01
- Next message: Chris Payne: "[PHP-DB] Help with search engine and splitting values needed :-("
- Previous message: Jason Brooke: "Re: [PHP-DB] cannot include file"
- Maybe in reply to: J-E-N: "[PHP-DB] cannot include file"
- Next in thread: Thomas \: "[PHP-DB] Re: cannot include file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Chris Payne: "[PHP-DB] Help with search engine and splitting values needed :-("
- Previous message: Jason Brooke: "Re: [PHP-DB] cannot include file"
- Maybe in reply to: J-E-N: "[PHP-DB] cannot include file"
- Next in thread: Thomas \: "[PHP-DB] Re: cannot include file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

