Hi,
In some of my URLs I have to pass variables through the URL like
nav.php?page=about&section=linux - when i do this and then scan my site for
W3C validation I get this
Line 40, column 28:
  ... <a href="nav.php?page=about&section=Linux"><font color="#256 ...
                              ^
Error: unknown entity "section"

How could I acomplish the same results and not trigger an error with W3C,
is there a way to do it with out having to start sessions on every hit to
that page ?

-Lee




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to