Hi,
I was wondering if I can make PHP pages that operator on CSV files using SQL. This is to replace the need for ODBC/Access.
So I don't want to parse the file using fgetcsv, I want to be able to add/delete/update records, ..etc using SQL. The same way I would have done it for an Access database (but without an ODBC data source if possible).
Best regards,
Victor Boctor