1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Is there an online tool to practice PHP?

Discussion in 'PHP' started by Gatorade, Jun 5, 2007.

  1. #1
    I'm looking for a place online where I can type in my code and then see the result. Is there some tool or website like this?
     
    Gatorade, Jun 5, 2007 IP
  2. mrmonster

    mrmonster Active Member

    Messages:
    374
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #2
    I don't know any place that would let a random person execute PHP code through the browser, there are better options.

    You could always download PHP and Apache, and MySQL if you want to play with that, onto your PC and install it. Pretty simple process and you can do anything you wish right on your local PC.

    Or, sign up for some cheap $1.99 hosting account somewhere and play on that.
     
    mrmonster, Jun 5, 2007 IP
  3. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #3
    krakjoe, Jun 5, 2007 IP
  4. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #4
    www.apachefriends.org download and install then run xampp and viola, instant local webserver running php, mysql, and apache.
     
    ansi, Jun 6, 2007 IP
  5. MMJ

    MMJ Guest

    Messages:
    460
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    W3Schools has one for ASP but not for PHP. Real shame.
     
    MMJ, Jun 6, 2007 IP
  6. mojojuju

    mojojuju Peon

    Messages:
    53
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Take a look at PHP interactive. It's described as "a web based interactive shell for PHP" where you can type code in a text area, click the "update" button, and you can see the results of your code.

    http://www.hping.org/phpinteractive/

    Just don't forget that you've got to secure it or else it could end up being a PHP free for all.
     
    mojojuju, Jun 6, 2007 IP
  7. xdimension

    xdimension Peon

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you want a lighter personal web server for your PC, get EasyPHP, the interface is easier for beginner than XAMPP (IMHO). When you ready to go more advanced, XAMPP is absolutely a good choice.
     
    xdimension, Jun 6, 2007 IP
  8. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #8
    pachecus, Jun 6, 2007 IP
  9. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #9
    that php is outdated, there are 4.* releases newer than that, and 5 is the standard now really.
     
    krakjoe, Jun 7, 2007 IP
  10. machikakara

    machikakara Banned

    Messages:
    428
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    well if you get apahe on yor computer then you can test the scripts you right on your computer the thing is most things will load super fast because its not over your internet line. Also quotaless(dot)com
    gives you lots of space and database stuff and allows you to write your scripts in and stuff like that.
     
    machikakara, Jun 7, 2007 IP