<? $f = ($_REQUEST['filename']) ? $_REQUEST['filename'] : 0; if ($f) { highlight_file($f); } else { echo "file name is missing!"; } ?>