tcxs / php-for-android

Automatically exported from code.google.com/p/php-for-android
0 stars 0 forks source link

android PHP apk not support #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Allow the OS to run PHP files in apk
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by radhasha...@gmail.com on 12 Sep 2013 at 11:06

GoogleCodeExporter commented 8 years ago
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.

Original comment by janusz...@gmail.com on 15 Dec 2013 at 8:39