When I go to load this in the browser, nothing is displayed. If I comment out the last line it works fine. I thought that if the last line was causing some type of error it would be reported, rather than nothing happening.
<?php ini_set('display_errors',1); error_reporting(E_ALL); echo "hello" $xml = simplexml_load_file(dirname(__FILE__).'/svn_log.xml') ?>
echo "hello"is the most important one.phpinfo()say?