i have a problem in my php because i'm trying to get a value from a table and the value has special characters like "Ã;-;Ê" i´m using this line of code
preg_replace('/[^,a-zA-Z0-9\.\-\s]/', "", $row["name"]);
but this doesn´t allow me to use Ã Ê or Ç.
can u please adjust my code to work please. thank you for your time.