htmlspecialchars($key, ENT_QUOTES);
$key = str_replace('"', ' ', $key); $key = ereg_replace(">", ">", $key); $key = ereg_replace("<", "<", $key);