Dependências

A extensão SimpleXML requer PHP 5.

User Contributed Notes

crazyone at crazycoders dot net
You don't NEED "allow_url_fopen = On". This is only if you query for external xml feeds such as:

<?php $data = simplexml_load_file('"); ?>

In many other cases you WONT need allow_url_fopen because files will be local or you will use posted XML data...