<?php function remove_accents($string){ return strtr($string, "??ả?ạ?ăấầẩẫậắằẳẵặ", "aaaaaaaaaaaaaaaaa"); } ?>