Loading in progress...

Importer

All posts :

Import a CSV file into a PHP array

In a first article we saw how to transform a PHP array and export it to a CSV file . This article is the opposite, it will allow you to generate a PHP array from a CSV file. We will transform a CSV file containing this kind of data:   and return a PHP array like this one: […]

Services