html - How to Run PHP coding dynamically -


i want type php coding in textarea, after submit should run php coding , produce result. possible ?

to upload changes in live, need 2 level approve, if errors occur could't fix quickly, if above thing possible can enable error log, dynamically print array , on...

yes, can post value of textarea , evaluate content php code using eval function, make sure restrict access feature, because it's dangerous if allow random people use it. can simulate online php compiler using ajax calls.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -