Avoiding EVAL()

Posted by & filed under tagged.

There are a shed-load of ways to “eval()” code without actually calling the eval() function — usually done simply to avoid the use of the dreaded “evil()” function, but often times because the system has eval() disabled using “disable_functions” in php.ini Here is another simple way to avoid eval() without writing out files to the… Read more »