I have 1 excel file. in file some fields like name,in time, out time, day, etc..
And My sql database has same fields table name Details.
I want to upload this excel file. And when i upload file all data set in my sql database Table(Details).
Like in Excel file field like :
Name In time Out Time
Parag 9:00 AM 7:00 PM
when i upload file i want to all data in my sql database table(Details)(at that time). Like
In my database table fields like :
Name In time Out Time
Parag 9:00 AM 7:00 PM
Give me simple coding please.
parag barot