Comment #1 on issue 13 by
janusz...@gmail.com: android PHP apk not support
http://code.google.com/p/php-for-android/issues/detail?id=13
I am very sorry but I am not very fluent in IT-English and I do not
understand your first question.
I use Php-for-android 0.3(sl4a_2) on my tablet with Android 4.0.3 .
I had some problems with apk but I overcame them. The basic problem were
mistakes in some demonstration Php files and at first moment I could not
understand how to use apk. The second is the version of Php. It is very
simplified 5.3.3 .
I mainly use server.php by Jezra and Aryes. It is rather a good drawing
than a completed file. I had to make many improvements in it, e.g. I
removed $droid->view instruction. It is enough to open a browser and insert
address "
http://127.0.0.1:8000/" and Enter. Instruction "system" does not
work, instead of it I use "include" but apk does not like too
many "includes". My version of server.php supports not only GET method but
also POST.