Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8246687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:35:14+00:00 2026-06-07T22:35:14+00:00

Not really a coding question exactly, and not sure which stack site to throw

  • 0

Not really a coding question exactly, and not sure which stack site to throw this on, so here goes.

Im wondering if there is any framework similar to appmobi/phonegap in the sense everything is sandboxed and compiled into an app format for both iphone and droids. Where the sandboxed server comes with the ability to run PHP on it, I’ve been tryin to search all day and I’ve come up with nothing as of yet other then heaps of articles on appmobi/phonegap. This could be a free or paid for framework (preferably free/open source).

If theres no frameworks like that then is there a means of taking something like apache itself that acts and runs like a webserver where I can load php into it, and at the end of my project compile it into one final package for use in the mobile markets?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T22:35:15+00:00Added an answer on June 7, 2026 at 10:35 pm

    The problem is that iOS generally uses Objective-C and the Android uses Java, but both can use javascript, which is why phonegap works.

    So, unless you can write two webservers, one for iOS and one for Android, and port PHP to run under your webserver, or, more likely, write an interpreter that will take PHP and transform it to run on your webserver, then it would work.

    But, if you write a mobile web application and use PHP as the code on the server, then you can send javascript and have that run in a browser on both devices.

    The best option would be to have most of your business logic be in REST services that are written in PHP. You can do this in PhoneGap by following this blog:

    http://share.ez.no/blogs/thiago-campos-viana/rest-api-basic-http-auth-and-phonegap-using-jquery

    Here is the main part of the article though, so you can see how easy it can be.

     //10.0.2.2:80 is the localhost in android emulator, app needs internet access
        $.get("http://10.0.2.2:80/ez_site/api/ezp/content/node/2",
                   function(data) {
                     //code goes here
    
       });
    

    By doing this then you can have most of your business logic in PHP, and have just the UI be in javascript, able to take advantage of the hardware on the phones.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not really too sure how to word this question, therefore if you don't particularly
I'm not really sure how to ask this question, but I'll do my best.
I am not really sure how to word this question, so I did the
Not really a coding question more a little help with my idea of a
Not really sure how to phrase this other than by example.. Given... DATABASES =
I'm not really sure how to even ask the question, let alone find an
Here goes a SQL-Java coding style question... How do others here deal with creating
Here's a really simple question regarding pythonic coding. Given a list, if you want
Ok so this question is not so much about the coding procedure, but more
It's not really a coding question, but I don't know where to ask it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.