> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
> Of Ken Snyder
> Ampersands anywhere in xhtml documents should be converted to entities
> (&):
> 
> <a href="website.com?val1=98&amp;val2=13">...</a>
> 
> The browser will properly go to 'website.com?val1=98&val2=13' from
that
> link
> 


Thanks Ken!

        However, when I tried it using &amp; it still wouldn't validate,
but if I used the numeric equivalent (&#38;) then it worked nicely :

        <a href="website.com?val1=98&#38;val2=13">...</a>


        Thanks for everybody's help - I learned some great new stuff
about Apache and clean URL's.

-Rusty

(I'm having email problems - I apologize if you receive this more than
once)


Confidentiality Warning: This e-mail contains information intended only for the 
use of the
individual or entity named above. If the reader of this e-mail is not the 
intended recipient
or the employee or agent responsible for delivering it to the intended 
recipient, any dissemination,
publication or copying of this e-mail is strictly prohibited. The sender does 
not accept any
responsibility for any loss, disruption or damage to your data or computer 
system that may
occur while using data contained in, or transmitted with, this e-mail. If you 
have received
this e-mail in error, please immediately notify us by return e-mail. Thank you. 



_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to