nice Milad thx for this hack
for my german forum I extend yor array to
Code:
$search_replace = array(
'.' => '',
':' => '',
';' => '',
'!' => '',
'?' => '',
'\'' => '',
'\\' => '',
'/' => '',
'>' => '',
'<' => '',
'"' => '',
'&' => '',
'$' => '',
')' => '',
'?' => 'ae',
'?' => 'ue',
'?' => 'oe',
'?' => 'AE',
'?' => 'UE',
'?' => 'OE',
'?' => 'ss',
'<' => '',
'>' => '',
'#' => '',
'„' => '',
'“' => '',
'?' => '',
'[' => '',
']' => '',
'}' => '',
'{' => '',
'(' => ''
);
regards