Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hoosierfan24

macrumors member
Original poster
Hello I was thinking about adding a form to my app. So the users could send me feedback right through the app, to my email. Would I Have to use .php like I would if it was on a website or would i do something different. Please explain how I would do it
 
If you want to receive an email you could just set up a textview with a send email button. Tapping the button would launch Mail.app and the user would send the email that way.

You could instead have the send email button do an NSURLConnection with a POST to send the text to your server. In that case you need server side scripting to handle the receipt of the message.

TodVader, I don't believe you can use PHP script on the device itself, if that's what you meant.
 
No, I ment connecting to an external website that has a page with the form and a script to process the mail.
 
Another option is to present a UITextView and then use the text as the body of an email you send from within the app.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.