Richard Five <[EMAIL PROTECTED]> writes:

> problem with URL's that contain an & when adding more
> than one post variable.
> like: http://foo.com/index.php?bah=1&foobah=2

Possibly related: &foobah=2 in an HTML page should be written as
&amp;foobah=2, although yes it collapses upon display.  That's why
using ;s to separate the GET variables is now preferred.
-- 
MJR

Reply via email to