Re: [PHP] mozilla & urlencode

2005-06-05 Thread John Taylor-Johnston
Egads!! But thank you for the research. Back to the drawing board. John Jochem Maas wrote: John Taylor-Johnston wrote: I'm beginning to see the problem lies with the French character "é". I don't see it being #. In any case, I cannot change existing fields. How can I get this working?

Re: [PHP] mozilla & urlencode

2005-06-05 Thread Jochem Maas
John Taylor-Johnston wrote: This works: "District of St. Francis" http://www.glquebec.org/tezt.php#District+of+St.+Francis This does not: "Montréal District #2" http://www.glquebec.org/tezt.php#Montr%E9al+District+%232 I'm beginning to see the problem lies with the French character "é". I

Re: [PHP] mozilla & urlencode

2005-06-05 Thread Marek Kilimajer
John Taylor-Johnston wrote: This works: "District of St. Francis" http://www.glquebec.org/tezt.php#District+of+St.+Francis This does not: "Montréal District #2" http://www.glquebec.org/tezt.php#Montr%E9al+District+%232 I'm beginning to see the problem lies with the French character "é". I

Re: [PHP] mozilla & urlencode

2005-06-04 Thread John Taylor-Johnston
This works: "District of St. Francis" http://www.glquebec.org/tezt.php#District+of+St.+Francis This does not: "Montréal District #2" http://www.glquebec.org/tezt.php#Montr%E9al+District+%232 I'm beginning to see the problem lies with the French character "é". I don't see it being #. In any

Re: [PHP] mozilla & urlencode

2005-06-04 Thread Marek Kilimajer
John Taylor-Johnston wrote: I seem to have a problem with Mozilla or with IE? echo "district)."\">"; http://foo.org/_private/directory.php#Montr%E9al+District+%234 works in IE6, but Mozilla will not accept it. Mozilla does not work. Am I approaching this wrong? Should I create my HTML this

RE: [PHP] mozilla & urlencode

2005-06-03 Thread Pablo Gosse
echo "district)."\">"; http://foo.org/_private/directory.php#Montr%E9al+District+%234 works in IE6, but Mozilla will not accept it. Mozilla does not work. Am I approaching this wrong? Should I create my HTML this way? echo "district."\">"; If I do, Mozilla prferes this: http://foo.org/_pr

Re: [PHP] mozilla & urlencode

2005-06-03 Thread John Taylor-Johnston
I sent this to Mozilla groups. I'm beginning to wonder if Mozilla supports ? I think re-asked my question clearer below. John i dont think having a + in an achor tag is standard.. but i could be wrong. I'm truly hoping this is a reported bug already. This URL does not work in most recent up

Re: [PHP] mozilla & urlencode

2005-06-03 Thread Sebastian
i dont think having a + in an achor tag is standard.. but i could be wrong. John Taylor-Johnston wrote: I seem to have a problem with Mozilla or with IE? echo "district)."\">"; http://foo.org/_private/directory.php#Montr%E9al+District+%234 works in IE6, but Mozilla will not accept it. Moz

[PHP] mozilla & urlencode

2005-06-03 Thread John Taylor-Johnston
I seem to have a problem with Mozilla or with IE? echo "district)."\">"; http://foo.org/_private/directory.php#Montr%E9al+District+%234 works in IE6, but Mozilla will not accept it. Mozilla does not work. Am I approaching this wrong? Should I create my HTML this way? echo "district."\">";