Thanx for that Chuck, it took the 7c out of the url, but now there is no - between the words:
g2-digitallayouts
Is there something else I need to do to still have the dash in there?
I tried changing the code like you posted to xtremetoonz
Quote:
$str1 = array('Ä', 'ä', 'Ü', 'ü', 'Ö', 'ö', 'ß', '(', ')', '[', ']', '|');
$str2 = array('Ae', 'ae', 'Ue', 'ue', 'Oe', 'oe', 'ss', '', '', '', '', '-');
|
but nothing....maybe I am doing it wrong LOL
**edit, nm I tried putting a space either side of the | in the first string and it seems to have done the trick lol