I am thinking about creating a web based application to go with a Palm app I have developed.
Using the Palm SDK I can PUT/GET using http, but I am not sure how to write the PHP server side to receive the chunk of data. I have written some simple php for FORM data and I am wondering if I should try and format the data chunk I am sending from the Palm OS PDA into the SUBMIT FORM data format.
Does anyone have any pointers or suggestions on what the best way to use php would be to reveive the data chunk?
The data will be database info and I would like to populate a MySQL database with it, it their a specific format for the data chunk that is best format.
Greg
PHP Code to receive a data chunk
Moderator: General Moderators