This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/************************************************************************************ | |
/* READ HUGE XML FILES | |
/* DO WITH DATA WHAT EVER YOU WANT, THIS CODE ONLY GET VALUES, NOT SHOWING ANYTHING | |
/* YOU MUST INCLUDE YOUR OWN CODE FOR SHOWING OR DOING WHAT EVER YOU WANT WITH DATA | |
/************************************************************************************/ | |
// DISPLAY ERRORS | |
error_reporting(E_ALL); | |
ini_set('display_errors', '1'); |