Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Edon Rexhepi
849 PointsConnecting php into my iphone app
I would like to know if its possible, i tried a lot but didn't achieve a connection, i already have the php file.
1 Answer

Amit Bijlani
Treehouse Guest TeacherWhat exactly are you trying to achieve? You cannot simply embed a PHP file in an iPhone app. PHP is a server-side scripting language that requires a webserver.
Edon Rexhepi
849 PointsEdon Rexhepi
849 Pointshello Amit, thanks for the reply, im trying to create a reservation form for my clients, i want to receive the reservations on my email. is that possible? I thought i could do that with a connection from app to the php file, i already have webhosting, sorry for my bad English.
Thanks again :)
Amit Bijlani
Treehouse Guest TeacherAmit Bijlani
Treehouse Guest TeacherCheck out: https://github.com/mikecheckDev/MDContactForm
Edon Rexhepi
849 PointsEdon Rexhepi
849 PointsThis is fantastic, but how can i add a datePicker, it's necessary.
Thanks