したがって、コードが機能しない理由は正確にはわかりませんが、次のエラーが表示されます。
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "../../setting.xml" in /home1/sk8ermid/public_html/MVP/themes/SDS-2013/home.php on line 3
私が使用するコードは次のとおりです。
<?php
$settings = simplexml_load_file('../../setting.xml');
$site_title = $settings->title;
?>
「settings.xml」ファイルがある 2 つのディレクトリに移動しようとしています。私はこれを正しい方法で行っていますか、それとも別の方法がありますか?