<?php function function2($var) { $tmp = (isset($_REQUEST[$var])) ? trim(htmlspecialchars($_REQUEST[$var], ENT_QUOTES, "UTF-8")) : ""; return $tmp; } ?>
You have javascript disabled. You will not be able to edit any code.