>>>>> "Jacob" == Jacob Davies <[EMAIL PROTECTED]> writes:

Jacob> Now as to ampersands used to separate form fields, like:

Jacob>  <A HREF="/somehandler?email=jacob%40sfinteractive.com&name=Jacob">

Jacob> do you mean that it should be:

Jacob>  <A HREF="/somehandler?email=jacob%40sfinteractive.com&amp;name=Jacob">

Jacob> instead?  That second one looks better now that I look at it,
Jacob> but I confess that I invariably use the first one.

Then you are wrong. :) You need to have &amp; in there, so that the
browser can turn it back from &amp; to & before sending the URL back
up to your server (or whichever server comes along).

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to