[thelist] REFC Delimiter

Magnus Østergaard magnus at slackware.adsl.dk
Thu Apr 25 08:42:00 CDT 2002


Christopher Joseph wrote:
>
> I am using PHP to dynamically output site information. The PHP passes
> variables through the name space like so:
>
> ....index.php?option=contact&foo=6

>
> I am validating for XHTML 1.0 Transitional. I think that the validator is
> assuming that the '&foo' is an entity like '&amp' and that I am then
> incorrectly terminating it (an entity should be terminated with ';')
>
> SO.......how should my PHP produce URLs in order that my site validates OR
> is this a bug in the W3C validator?

I hope it is okay I ask a follow-up question, as others have given you
the answere.

What do you do to fix the PHP & problem if you use PHP sessions?

PHP will append "&sid=..." to the URL and this of cause will not
validate since '&' should be '&'

I'm using HTML 1.0 Transitional

--
Magnus Østergaard

Sometimes the light at the end of the tunnel is an oncoming train.



More information about the thelist mailing list