/ Published in: PHP
Expand |
Embed | Plain Text
function check_nome ($nome) { 'á','é','í','ó','ú','à','è','ì','ò','ù', 'â','ê','î','ô','û','ä','ë','ï','ö','ü', 'Á','É','Í','Ó','Ú','À','È','Ì','Ò','Ù', 'Â','Ê','Î','Ô','Û','Ä','Ë','Ï','Ö','Ü', 'ñ','Ñ','ç','Ç',' ','(',')','?','¿','/', '#','º','ª','!','·','#','%','¬','=','¡', '^',';','"',"'",'+','[',']','{','}',';', '~','¤','¶','ø','þ','æ','ß','ð','«','»', '¢','µ','','\\',':','*','<','>','|','$', '&','@'); 'a','e','i','o','u','a','e','i','o','u', 'a','e','i','o','u','a','e','i','o','u', 'A','E','I','O','U','A','E','I','O','U', 'A','E','I','O','U','A','E','I','O','U', 'n','N','c','C','_','_','_','_','_','_', '_','o','a','_','_','_','_','_','_','_', '_','_','_','_','_','_','_','_','_','_', '_','_','_','_','_','_','_','_','_','_', '_','_','_','_','_','_','_','_','_','_', '_','_'); }
You need to login to post a comment.
