I need to know if there is a development kit for PHP and MySQL on iPhone.
I want to write PHP scripts using my iPhone plus I want to run these scripts on it as a server.
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.
Not entirely sure why you would want to, but there are instructions for running PHP using Apache or LightHTTP here. They are old, so YMMV.
I don’t know of MySQL, but you could try SQLite instead (Demo from Apple)?