Does the iphone have a local webserver or can I download a third party one?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple does not allow any third party codeinterpreters or environments to be installed on iOS, so if you want to run PHP, Python, Ruby or a similar language, you are out of luck. If you are just trying to parse and display HTML and CSS, then you should use the UIWebView object. UIWebView class reference: http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/Reference/Reference.html