I know I can insert the contents of an Excel file into a MYSQL Table by using PHPMyAdmin.
However, I want to avoid my client having to access such a powerful area.
What I would like to achieve is a Web Form with a file upload field and php script that put the Excel contents directly into a Table. This form would live in the Password protected Admin area used by the client for the site CMS.
Please keep any suggestions to relatively simple terms so that I can understand.
Thanks in advance.