Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top