>> ... <a href="nav.php?page=about§ion=Linux"><font color="#256 ...
>> ^
>>Error: unknown entity "section"
> If this is really what the W3C validator tells you you should file a bug
> report, IMHO. Passing GET variables should be valid HTML ;-)
Usually entities start with "&" and end with ";". The "entity" §ion
doesn't end with ";" and is not defined, that's why it's not valid.
Jens
PS: Be aware of not writing something like
header("Location: script.php?foo1=a&foo2=b");
or use $amp; in mails, which are send thorugh the PHP-
mail-function.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php