2007-09-28 相対パスの設定方法 PHP dirname(__FILE__)でカレントディレクトリまでのパスを取得しておく <?php require_once dirname(__FILE__) . '/../../lib/b.php'; ?>