Eval() Hell Jul 5th, 2011 | Comments eval() shows up 23 times across 6 files in my current project. Here’s one of the most, er, interesting examples. 1 2 <?php eval("\$WhereVal = \"$row[WhereValue]\";");