Possible Duplicate: Import CSV file directly into MySQL
I am totally new in php as i need to send some data from csv to database.
Look at the example code on the fgetcsv() documentation. Basically inside that loop, instead of echoing out the data, you could insert it in a mysql table.