Saturday, March 5, 2011

Php for android instllation


PhpForAndroid.apk requires ASE r26. However, r26 hasn't been released yet (latest is r25) so we provide an unofficial ASE build by now. Please, don't tell ASE folks about bugs related to this build. Contact us instead or build your own ASE from trunk to discard an already addressed issue. 


Don't have barcode reader? Click here.
Download our unofficial ASE build
ASE only comes with a shell interpreter by default.

Install PhpForAndroid.apk

Don't have barcode reader? Click here.Download latest release (Releases page)Once installed, run it and tap on “Install”.The PHP binary and the scripts will become available to ASE.Now!, run ASE. You should be able to see PHP demo scripts and they should work!.Doesn't it work? Please, try uninstalling and installing again (this is alpha software).Still not working? Fill this survey please: http://www.zoomerang.com/Survey/WEB22AXDHRY8L5



Getting started

ASE ApiReference is your friend : http://code.google.com/p/android-scripting/wiki/ApiReference

The real time ways (no more install, no SDK, nothing required)

1. Add/Edit PHP scripts on your mobile

ASE allows you to add or edit scripts on your mobile.

2. Use testnow.php

“allow_url_include” is On by default so you can include your code easily.
Include your own internet publicly available script. You'll find an already installed php script called “test.php”:
require_once("Android.php");
include("http://phpforandroid.net/files/testnow.php.txt"); // ".txt"
extention required to prevent parsing
 
And video tutorial for  PHPforAndroid.apk  HOW TO  install and test
  
http://vimeo.com/13177370
 

No comments:

Post a Comment