20/11
2016
Just a simple local PHP Simulator for quick Code checks
Hey developers out there :) I thought about a little enviroment how to test some quick written PHP Code. It will be executed thought the localhost, due the direct executation of the file itself., (*1)
It's basicly serialize the Data and post it thought Ajax and return the result in the DIV. This allows you to make quick tests for PHP Snippets., (*2)
FPS: 1000/60 Serialize Data from Input: false (not yet) Check Data for injection: false (not yet) Colorize Output: false (not yet) Colorize Input: false (not yet), (*3)