[UPHPU] Passing more than one $_GET variable

Rusty Keele RKeele at overlandwest.com
Wed Aug 29 17:40:07 MDT 2007


 
> -----Original Message-----
> From: uphpu-bounces at uphpu.org [mailto:uphpu-bounces at uphpu.org] 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



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. 




More information about the UPHPU mailing list