Quote:
Originally Posted by Geoserv Its actually two ' '
Geoserv |
no no what I meant was should I add the " in between the 2? Also I just noticed mine is different than the one you added here,
Code:
function remove_error_creating_chars($chars) {
$replace=array(
'?' => 'A',
'?' => 'A',
'?' => 'a',
'?' => 'a2',
'?' => 'a3',
'?' => 'a4',
'?' => 'a5',
'?' => 'a',
'?' => 'a',
'?' => 'ae',
'?' => 'ae',
'?' => 'e',
'?' => 'E',
'?' => 'E',
'?' => 'I',
'?' => 'i',
'?' => 'I',
'?' => 'i',
'?' => '',
'?' => '',
'?' => '',
'?' => 'n',
'?' => 'N',
'?' => 'O',
'?' => 'o',
'?' => 'O',
'?' => 'O',
'?' => 'O',
'?' => 'o',
'?' => 'o',
'?' => 'o',
'?' => 'o',
'?' => 's',
'?' => 's',
'?' => 'U',
'?' => 'U',
'?' => 'U',
'?' => 'u',
'?' => 'u',
'?' => 'u',
'?' => 'Y',
'?' => 'y',
'?' => 'Z',
'?' => 'z',
'?' => ''
);