Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Is it possible in iphone SDK to execute HTTP URL with POST variables? Just like in HTML form, in action attribute i have there my HTTP URL and I have two input components that will add using POST methond in the URL. If I get it the right URL with POST variables I will get XML data from server.
httpBodyString=[[NSMutableString alloc] initWithString:@\"Name=The Big Bopper&Subject=Hello Baby&MsgBody=...You knooow what I like...Chantilly lace...\"]; urlString=[[NSMutableString alloc] initWithString:@\"http://www.somedomain.com/contactform.php\"];
httpBodyString=[[NSMutableString alloc] initWithString:@\"Name=The Big Bopper&Subject=Hello Baby&MsgBody=...You knooow what I like...Chantilly lace...\"]; urlString=[[NSMutableString alloc] initWithString:@\"http://www.somedomain.com/contactform.php\"];
Replies
Thank you so much in advance..
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeIn particular
– HTTPBody
– HTTPMethod
For example:
HTH
Dick
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThanks for the reply, I will check this out.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeOr do it in an xmlparser if you need to parse the results.. Either will do the job..
If you don't want the data in plain text, you can just send the block w/ method post using the above.
*Updates*
2.0 is "For Sale"
3.0 is "In Development"
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome