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

hoosierfan24

macrumors member
Original poster
Jul 31, 2009
89
1
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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.