hvorfor [php][/php]?MVH Emil Melgaard
function eval_php($text) { ob_start(); eval(" ?> $text <?php "); $output = ob_get_contents(); ob_end_clean(); return $output; }