Date: 10/11/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7081 Updated: configure doesn't find gdbm library in nonstandard places"
- Previous message: acornel <email protected>: "[PHP-DEV] PHP 4.0 Bug #7129: I can't take the exception message for a procedure."
- Next in thread: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Reply: Samuel Desramont: "Re: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Reply: Zeev Suraski: "Re: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Zeev Suraski: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I've got a file which is named "vars.php". This file contains the following
code :
<?$url="http://local.mysite.com";?>
I want to include a file which is named "bottom.php" in another file named
"index.php" which contains the following code :
<?include "vars.php";?>
....
....
....
<?$inc=$url."/index/bottom.php";
include "$inc";?>
BUT, it doesn't work => the error given is :
Warning: Failed opening 'http://local.mysite.com/bottom.php' for inclusion
in D:\InetPub\wwwroot\mysite\index.php on line 249
How possible ??? http://local.mysite.com/bottom.php is the right file !!!!
Please, HELP
Many thanks in advance,
Samuel Desramont
PageMédia
ZI du château - rue Albert Einstein
BP 17 - 62220 Carvin
Tel: +33 (0)3 21 08 91 91 Fax: +33 (0)3 21 08 91 92
E-mail: desramont <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7081 Updated: configure doesn't find gdbm library in nonstandard places"
- Previous message: acornel <email protected>: "[PHP-DEV] PHP 4.0 Bug #7129: I can't take the exception message for a procedure."
- Next in thread: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Reply: Samuel Desramont: "Re: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Reply: Zeev Suraski: "Re: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Mike Berry-Porter: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Maybe reply: Zeev Suraski: "RE: [PHP-DEV] URGENT -- Include -- URGENT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

