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?
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?
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.