posting data using html in iphone

RhumhppiSo

New Member
In website the form data is posted using the code below using HTML post request:\[code\]<div id="requestinfo"> <form method="post" action="http://abc/form-post.php" id="request_form"> <input type="hidden" name="field1" value="http://stackoverflow.com/questions/15756596/value1" /> <input type="hidden" name="field2" value="http://stackoverflow.com/questions/15756596/value2" /> </form></div>\[/code\]How can I do the same in iPhone? \[code\]We do not have to use web services.\[/code\]
 
Back
Top