Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべてのページはindex.php、URI を読み取った場所にリダイレクトされ、ページにリダイレクトされます。で定数を定義したらindex.php:
index.php
define('ROOT_DIR', __DIR__);
この定数を他のページに渡すにはどうすればよいですか?
私が使用する場合
header('location:www.mysite.com/page_requested.php')
定数が定義されておらず、使用できません。
ありがとうございました