1

Possible Duplicate:
Online PHP IDE

In php it is possible to run code and get the results online?

Graham
  • 7,431
  • 18
  • 59
  • 84
Tejas Patel
  • 1,078
  • 3
  • 11
  • 17
  • Please be a bit more specific. Most web servers have a PHP module installed with Apache that allows you to send the output of PHP scripts as an HTTP response (essentially- a website). Is this what you mean? – stevendesu Oct 08 '10 at 05:23
  • 4
    I sure hope it is, otherwise quite a few websites are about to become victems of a massive schrödinbug. – Amber Oct 08 '10 at 05:23
  • 3
    Duplicate of http://stackoverflow.com/questions/33897/online-php-ide – codaddict Oct 08 '10 at 05:25
  • @Tejas: Just letting you know this has been asked before and btw I did not downvote the question. – codaddict Oct 08 '10 at 05:32
  • 2
    More duplicates: http://stackoverflow.com/questions/2040108/opensource-online-ide http://stackoverflow.com/questions/3869226/is-there-a-place-online-that-i-can-test-my-php-code – codaddict Oct 08 '10 at 05:39
  • 2
    A few more: http://stackoverflow.com/questions/491721/are-there-any-good-online-ides http://stackoverflow.com/questions/1991428/execute-scripts-online – codaddict Oct 08 '10 at 05:41
  • 3
    @Tejas1810: -1. You need to learn **netiquette** before you lean to run PHP online. Also tagging this question and you for admin attention. – gameover Oct 08 '10 at 05:49
  • @gameover, There are as many types of netiquette as there are domains. – Pacerier Jul 20 '15 at 04:59

2 Answers2

10

Yes, go to codepad.org or ideone.com

alex
  • 479,566
  • 201
  • 878
  • 984
  • 1
    Codepad is truly amazing, thanks for sharing. – GG. Nov 25 '11 at 10:17
  • 1
    I've used codepad and it's very good. I also recommend 3v4l.org since you can see how your script behaves in multiple versions of PHP, including the HHVM. – slevy1 Dec 05 '14 at 04:01
4

Try ideone.com, codepad.org

codaddict
  • 445,704
  • 82
  • 492
  • 529