Anyone has an idea of how to execute the complete php code ....means i want to make online php editor...that will take code as input from user and correspondingly display the output....
I am not sure how to work with it...
Till now i thought of taking input from user in textarea and then how to execute that code...
eg:-
If i enter "<?php
echo "hi";
?>
then the output should be
hi
and so on....
Help me to understand the working concepts!!!