[PHP-users 24358] Re: includeにおける絶対パスと相対パスに関して

Tadashi Jokagi ml @ elf.no-ip.org
2005年 2月 3日 (木) 23:32:49 JST


      上鍵です.こんにちは.

Jin Nakao @ latさんの<004001c509f3$bbc4b1a0$40ebd4da @ desktop>から
>include("[Server]/dir/a.php"); // 上記undefinedのエラー

      [Server] はまさかリモートじゃないですよね?

ex)
include("http://www.example.com/dir/a.php");

    で,include は読み込めなくてもエラーになりません.error_reporting
    で E_NOTICE をマスクしているとログ記録や画面表示などされない場合が
    あります.先頭に

error_reporting( E_ALL);

    を入れて実行と include を require に変更して実行してみましょう.
    また,リモートへの include や require は「リモート先で PHP スクリ
    プトが実行された結果」が実行されることを認識しておきましょう.

#違ったら申し訳ないです

-- 
----.----1----.----2----.----3----.----4----.----5----.----6----.----7
Tadashi Jokagi/Setagaya city mailto:elf @ elf.no-ip.org
YokukitanaII http://elf.no-ip.org/
Yokukitawiki http://elf.no-ip.org/wiki/
Yokukitablog http://elf.no-ip.org/blog/


PHP-users メーリングリストの案内