In programming languages common tasks should be easy, and surprisingly often I find my self loading data from some source file into a database. With PHP loading a CSV file into the database – or posting the data to an API – is quite easy. The only trick is to know the functions file_get_contents, split [...]

Tags: , , ,