重複の可能性:
PHP:警告:インクルードは、Windowsでそのようなファイルまたはディレクトリがないストリームを開くことができませんでした
私のメインフォルダはplayです。config.phpとログインフォルダが含まれています
ログインフォルダには、というサブフォルダがあり、ckeditor
サブフォルダ_samplesが含まれています。それは私のphpファイルselectnew.phpを持っています
selectnew.phpにconfig.phpを含めたい。
私は次のようにパスを設定しました:
include('play\config.php');
また、私は試しました
include('play/config.php');
しかし、次のエラーが結果です。
Warning: include(play/config.php) [function.include]: failed to open stream: No such file or directory in D:\wamp\www\play\logins\ckeditor\_samples\selectnew.php on line 7
Warning: include() [function.include]: Failed opening 'play/config.php' for inclusion (include_path='.;C:\php5\pear') in D:\wamp\www\play\logins\ckeditor\_samples\selectnew.php on line 7
私のフォルダ
play folder
--config.php
logins folder
ckeditor folder
_samples folder
selectnew.php