PHP Code to receive a data chunk

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gmrobert
Forum Newbie
Posts: 22
Joined: Wed Oct 04, 2006 9:07 am

PHP Code to receive a data chunk

Post by gmrobert »

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
Post Reply