Sorry, this is way out there...not php at all really. Feel free to shoo me away to a more appropriate site/forum...but youse folks are soooo helpful here
Anyway. The PocketPC version of Excel does not create forms, but HTML pages work pretty well. I'm trying to build an HTML form that can be opened on the Pocket PC that will post (or get, as needs be) any data entered (using fancy controls like checkboxes, radio buttons, etc) to a pocket excel file on the same PocketPC. I'd like it to insert new rows into the existing spreadsheet...not just overwrite the file or produce other files.
(I already have done php forms that save to a MySQL database when there is wireless available...but the current project is for a more common situation where wireless would not be available and the user would have to sync/email the file to me from an internet-connected computer.)
Any nudges in the right direction would be appreciated. Thanks!