Posts by Pedro Alvares • 121 points
1 post
-
2
votes12
answers5446
viewsA: How to remove accent in upload with php?
The solution below also solves the problem, and in a cleaner way: $string = 'ÁÍÓÚÉÄÏÖÜËÀÌÒÙÈÃÕÂÎÔÛÊáíóúéäïöüëàìòùèãõâîôûêÇç'; // Entrada $semAcentos = preg_replace('/[`^~\'"]/', null, iconv('UTF-8',…
phpanswered Pedro Alvares 121