Tagged Questions
0
votes
2answers
501 views
Re-encode an entire CSV file before parsing - using simple PHP?
I have a script that reads the contents of a remote CSV file, iterates over the lines, and adds the data items to a database. This file has on average about 3000 lines, and therefore 3000 products.
...
2
votes
1answer
356 views
PHP - CSV to MySQL to frontend, and back to CSV, best encoding / string function practices?
I have a scenario where CSV files are being used to maintain data (products) in a MySQL database. Basically the steps that the client follows to maintain products is as follows:
Adds items to the ...
