There is both
Apache and
PHP available for the iPhone.
Does anyone know how to set this up all the way so that you can run PHP on the installed Apache server?
Currently I can install both. Get to
http://localhost/ and put pages there. But how do you get PHP to run on there? After installation of PHP, a message prompts you to create '/opt/iphone/bin/' in '$path' (I think that is correct).
I am not sure how to create this, I am thinking something to do with using a terminal client or maybe SSH into the iPhone?
After the creation of that directory, does PHP then run on the Apache server?
I would think that the possibilities to create local running applications would be great! Including maybe a simple wiki using XML! I would guess that running MYSQL or something to that effect would really cause performance issues, but who knows.