How to send user information obtained from iPhone app to Website (Joomla)?
In my iphone app, I want the user to enter his email address. I need to send this email address to my website which uses Joomla.
What should be done on iphone side as well as Website(Joomla) side for this?
Please Hel开发者_如何转开发p and Suggest.
Thanks!!
You can implement a web service in joomla. and then when users enter their email address, you call this service in iphone app. quite typical way server-mobile communication
You can use BlueFrameForms for Joomla which allows you to pass parameters to custom forms.
精彩评论