CommandHelper
CommandHelper - is a very useful thing for quick code testing and more!
Examples:
Code:
require_once('commandhelper.php');
CH::OUT('testing');1
Result:
Hello!
Code:
require_once('commandhelper.php');
CH::OUT('testing');1
Result:
Hello!