I’m new to PHP programming language.
Currently, i want to develop a page that displays something like an excel spreadsheet (with self-defined column headers).
It allows users to key in data onto the ‘spreadsheet’ and when they submit it (maybe a submit button at the bottom), the data will be saved into mySQL database.
May i know if this can be done?
Use google spreadsheet API:
The Google Spreadsheets Data API allows client applications to view and update Spreadsheets content in the form of Google Data API feeds. Your client application can request a list of a user’s spreadsheets, edit or delete content in an existing Spreadsheets worksheet, and query the content in an existing Spreadsheets worksheet.
http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_php.html