I am trying to parse a csv file using a function fgetcsv(), but the CSV file header consists of a value such as E-mail Address'which I need to convert as an array key, but I wonder if it is ok to use a non-standard name for the key?
I would store this value in the database directly, so I'm not sure that getting a value like this $entry['E-mail Address']would be ok
source
share