am new to php and have to do the following:
1. open a text file containing csv values using php
2. read each content line-by-line
3. for each line read, do the correspoding operation on the mysql db: insert/update/delete in specific table in batch mode
4. return another csv file from the mysql table
Point 3 should be done in the php code itself.
can anyone plz help?