IPad PHP Stand alone server + editors

Discussion in 'PHP' started by 100Network, Jun 21, 2011.

  1. #1
    I use a stand alone server program on my pc for programming on in PHP and mysql, there is a few around as most know. I'm wondering if anyone knows of one for the iPad so I can run and test code live. Also any good editors
     
    100Network, Jun 21, 2011 IP
  2. The Webby

    The Webby Peon

    Messages:
    1,852
    Likes Received:
    30
    Best Answers:
    1
    Trophy Points:
    0
    #2
    PHP is not a server, what you need is a Web Server and a PHP interpreter that can run under iOS..
    While there are few HTTP servers available for iOS (e.g. : http://code.google.com/p/cocoahttpserver/ ), unfortunately there is no php interpreter available.
    So if you are planing to have a development environment on your shiny iPad... Well, you can't.
     
    The Webby, Jun 21, 2011 IP
  3. 100Network

    100Network Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah I know, instead of running a web server or dedicating a pc for one I use xoom a small exe which loads apache etc in the background on my laptop, then using localhost on my laptop in explorer I'm able to run PHP pages in real time. This is what I ment and wanted something similar for ipad
     
    100Network, Jun 21, 2011 IP
  4. The Webby

    The Webby Peon

    Messages:
    1,852
    Likes Received:
    30
    Best Answers:
    1
    Trophy Points:
    0
    #4
    I hope they make something like that, it will be really useful. Shouldn't be tough either.. Seeing how both PHP and Apache are open source solutions, they can be easily ported (or embedded in an app) to iOS.
     
    The Webby, Jun 21, 2011 IP
  5. 100Network

    100Network Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yeah that's what I thought and surprised someone's not done it already since it's been a year now since the first iPad :-(

    What about good PHP / Script editors? I've got Koder and textastic both have good and bad points. Same there's no macromedia lite version or something.
     
    100Network, Jun 22, 2011 IP