Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP for Android

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #145735
    Rohithzr
    Participant

    I have been reading a lot about making an android app on php but could not find good sources or methods to do so. Maybe this Forum can help a bit Please.<br/>What I want to know is that how do i start with “PFA”?

    #145954
    Chris
    Participant

    PHP is a server side language, in order for you to run a PHP script on Android devices everyone would need to install a LAMP stack which is not realistic. I think what you are looking for is a script written in PHP that is linked via a web container in an application or a simple browser link that anyone can visit.

    #146006
    Rohithzr
    Participant

    Well I thought that android apps can be completely written in php without the need of java. Maybe I was wrong.

    http://phpforandroid.net/doku.php
    http://www.talkandroid.com/6211-php-for-android-install-it-and-start-testing/

    or NOT?

    #146039
    Alen
    Participant

    No!

    You need to access phones resources, which you can NOT do with PHP. Closest you can get is with HTML5, CSS3, & JavaScript + PhoneGap.

    #146055
    Rohithzr
    Participant

    well ok, I think i’ll have to do with java on eclipse for now!!! Thanks

    #146056
    Rohithzr
    Participant

    and where’s the option to close this discussion?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Back End’ is closed to new topics and replies.