View Single Post
Old 11-21-2008, 11:01 AM   #4
2tonewarrior
Member
|Forum Newbie|
 
Join Date: Oct 2008
Posts: 10
2tonewarrior is on a distinguished road
Default

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
2tonewarrior is offline   Reply With Quote