PHP ダイナミック インクルード ファイルの問題
index.php の内容は次のとおりです
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?php function a1() { require_once '_t.php'; } b1();
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?php function b1() { echo "dddddd"; }