Tijnema ! wrote: > > > > You can simply put the phpinfo() at the end of your script. It will > show the ini_set items. > > If you don't believe me, try this script: > <?php > ini_set("allow_url_fopen","Off"); > phpinfo(); > ?> > > Under local value it will show you Off, and on master value it will > show On (Atleast that's how i configured it :) ) > > Tijnema > > that just came into my mind when i hit the submit button ;) but as the OP told us he coulndt see any effect in phpinfo i thought he used phpinfo in a separate file. -- View this message in context: http://www.nabble.com/logging-erros-and-user-access-to-logs-tf3403238.html#a9721912 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php