<?php function secure($string) { htmlspecialchars($string); mysql_real_escape_string($string); return $string; } ?>