How to develop mobile apps by using PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • celinsmith111
    New Member
    • Jun 2013
    • 4

    How to develop mobile apps by using PHP?

    Hi floks,

    I want some starter guide for developing mobile apps in PHP.
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    You don't develop mobile apps in PHP. You develop mobile apps in HTML, CSS and JavaScript. - At least in the context of web-based mobile apps. Native apps are a whole other thing, requiring device specific tools.

    PHP is the back-end providing data and server-side logic for the web-app. It doesn't care what kind of devices the front-end is targeting.

    Comment

    • celinsmith111
      New Member
      • Jun 2013
      • 4

      #3
      Thanks atli, can you give a sample code for HTML and CSS.

      Comment

      • Atli
        Recognized Expert Expert
        • Nov 2006
        • 5062

        #4
        No, not really. These are just normal websites set up to look their best on small screens, perhaps using media-queries to show up differently on different screen sizes or device types.

        There are also things like jQuery Mobile that can be used for mobile development, but that's of very little use without proper knowledge of HTML, CSS and JavaScript first.

        Comment

        Working...