Hi,
I will be uploading the EXCEL data (or CSV data). By clicking the SUBMIT BUTTON, i wants to open and to read the data of this uploaded excel file and at the same time wants to save this uploaded excel data(content) to my database. I don't wants to save the EXCEL file itself to my database. I don't know how to do it and i am not getting it. I wants to do it in the PHP script.Thanks in advance.

CSV is very easy to parse, there are even two functions for it: str_getcsv and fgetcsv .
For excel files, you could look into http://phpexcel.codeplex.com.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.