Fatal error: Call to undefined function get_magic_quotes_gpc() in C:\AppServ\www\infernal\download\libs\func.anti_injection.php on line 9 Abaixo o Codigo do func.anti_injection.php <?php //anti-sql injection function anti_injection($sql){ $sql = preg_replace(sql_regcase("/(from|select|insert|delete|where|drop table|show tables|#|\*|--|\\\\)/"), "" ,$sql); $sql = trim($sql); $sql = strip_tags($sql); $sql = (get_magic_quotes_gpc()) ? $sql : addslashes($sql); return $sql; } ?> Galera Por favor me ajudem Valewww ATT João Boettcher