hi, > <p><a href="?name=mein%20name">escmode 3</a></p> > <p><a href="?t1=hallo%20welt&t2=umlaut%20�">escmode 3</a></p> > > you see - the 'name=mein+name' never appears,
it is "mein%20name" which is perfectly correct url encoded. >also > the hash is never correct expanded - the umlaut '�' is not > encoded. > � doesn't need to be encoded in a URL, you could write it as ä, but the browser will send the same url over the wire. > > what am i doing wrong? > Nothing, everything is correct when you use $escmode = 3 Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
