Skip to content

Instantly share code, notes, and snippets.

View eduardelatorre's full-sized avatar

Eduardo de la Torre eduardelatorre

View GitHub Profile
@eduardelatorre
eduardelatorre / readbigxmlfile.php
Last active May 31, 2016 11:45
Read big XML files in PHP
<?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');