|
|
#1 |
|
Submit form to a website, that is not mine?
I'm building an iPhone application and I'm trying to upload a submit form that includes "name" + "value" to a website form. The website is not mine, will I be able to do that with PHP? If so, how? What resources can I use?
![]() Thanks |
|
|
|
0
|
|
|
#2 |
|
It sounds like you would have to figure out the structure of the page that you want to post to. What do they use to post to it? Is it publicly available? Do they maybe have an API you could implement?
__________________
2012 Mac Mini, 2.6 GHz, 16GB RAM, 1TB HDD ![]() 2.4Ghz 15" Macbook Pro ![]() 32 GB iPhone 4S : 16 GB iPod nano : 16 GB iPad 3 Nikon D60 : 18-55 mm VR : 55-200 mm VR |
|
|
|
0
|
|
|
#3 |
|
|
0
|
|
|
#4 |
|
When a web form is submitted a POST or GET is generated in a certain format (application/x-www-form-urlencoded, or multipart/form-data).
All of the NSURLConnection wrappers have support for this. See AFNetworking and ASIHTTPRequest. Also see: http://en.wikipedia.org/wiki/Html_form |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 01:25 AM.








2012 Mac Mini, 2.6 GHz, 16GB RAM, 1TB HDD
Linear Mode
