hazaveh.net
Run PHP codes on the fly using phpExec - Mahdi Hazaveh
phpExec is a small tool I did to execute php snippets on the fly. Basically it is like jsfiddle for php which should be hosted by yourself. phpExec is a simple script written in php which provides an in-browser editor to write and run php codes. the only requirement would be having php binaries on… Continue reading Run PHP codes on the fly using phpExec
Mahdi