5

Is there any online complier/interpreter to execute code for php 5.3?

like there is one for php http://codepad.org/

But it does not support php 5.3 features.

Can any one help, in this?

Martin v. Löwis
  • 124,830
  • 17
  • 198
  • 235
Poonam Bhatt
  • 10,154
  • 16
  • 53
  • 72

2 Answers2

3

The updated answer as of today is http://codepad.viper-7.com/

jfoucher
  • 2,251
  • 2
  • 21
  • 29
1

It would be easy to make one yourself, simply make a form and get it to eval() the input. You will need a server with PHP 5.3 on it, also make sure you secure the form so people don't wreck your server.

Cobby
  • 5,273
  • 4
  • 28
  • 41
  • Thanks for reply cobby. But I don't have any online server on which I can install php 5.3 and show the code and its output to others. That is why I want if any existing one available. But thanks for your help – Poonam Bhatt Jan 10 '11 at 08:39