View Single Post
Old November 6th, 2010, 02:00 PM   #9 (permalink)
LissaE
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 123
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

Last edited by LissaE; November 6th, 2010 at 06:08 PM.
LissaE is offline   Reply With Quote