hi,
i would like to learn how to prepare csv data before import into mysql using php script.
eg.
the csv file contains column data like date in this format (01-jan-10).
i want to auto change it to date format (eg. yyyy-mm-dd) during importing.
eg.
the csv file contain column data like student_id.
i want to get the student name from another table and inset both the student_id & student name into this table during importing.
i've search online but have not find any similar tutorial.