i want to do a system which can read an excel file and then import the data into the mysql database.
can i use the php script to read the file from the client node and import int the database?
or i have to let the client to upload the file to my server before the file can be read and import into the database ?
please help to clear my doubt.
can someone gives me sites for tutorial on reading excel file and import into database?
i only have found some which read the notepad file.