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 &foobah=2, although yes it collapses upon display. That's why using ;s to separate the GET variables is now preferred. -- MJR
- URL's with more than one post variable. Richard Five
- MJ Ray

