Egads!! But thank you for the research. Back to the drawing board.
John
Jochem Maas wrote:
John Taylor-Johnston wrote:
<a name="District+of+St.+Francis"></a>
<a name="Montr%E9al+District+%232"></a>
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?
http://www.w3.org/TR/REC-html40/struct/links.html#h-12.2.1
in short; only strings passing this regexp:
[A-Za-z][A-Za-z0-9:_.-]*
you will have to either change the data you have in the DB
or transform the text so that all non-ascii chars are replaced with
and you can totally forget using the '#' in the value of a name
attribute!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php