Ever thought “Gee, it would be nice if I could store some PHP in a database and execute it at will?” Well you’re in luck my friend, PHP was thinking of you when they created the eval function. The syntax for eval is very simple: eval ( string $code_str ); Unfortunately, the output of eval does […]