
didnt works for me but thanks. ive read than iif you put this the problem will be fixed:
PHP Code:
variable = variable.replace("á", "");
variable = variable.replace("é", "");
variable = variable.replace("*", "");
variable = variable.replace("ó", "");
variable = variable.replace("ú", "");
variable = variable.replace("Á", "");
variable = variable.replace("É", "");
variable = variable.replace("Í", "");
variable = variable.replace("Ó", "");
variable = variable.replace("Ú", "");
variable = variable.replace("ñ", "");
variable = variable.replace("Ñ", "");
but i dont know where to put it :s :s :s