>>>>> "Paul" == Paul Campbell <[EMAIL PROTECTED]> writes:

Paul> Oops, ignore what I just said.  My appologies for not reading your
Paul> email properly.  I replied base on your subject alone.

Paul> As to your question, yes it is possible.  However, you only use the
Paul> '?' to signify that parameter pairs follow.  Use an '&' to seperate
Paul> each pair.  Basically replace your second '?' with a '&', like so:

Paul> <a href="helpdesk.cgi?action=test_modify&name=$unique_id">

That's illegal HTML.  You need "&" encoded as "&amp;" there.

-- 
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!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to