post from iphone to php
Posted: Tue Feb 23, 2010 2:13 pm
im posting from iphone to php server file that will write to mySQL db. Ive got the post in %20 format and it looks like this:
status:tagid=F6869FB4,latitude=37.331689,longitude=-122.030731
but im not sure how to post it. Ive got the manual user input form.html laid out and the corresponding write.php file. But the values are not getting posting, how should i encode them or format them for the write.php file to receive them?
status:tagid=F6869FB4,latitude=37.331689,longitude=-122.030731
but im not sure how to post it. Ive got the manual user input form.html laid out and the corresponding write.php file. But the values are not getting posting, how should i encode them or format them for the write.php file to receive them?