Re: & in get href
Bruno Postle <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
On Sat 03-Sep-2005 at 17:18 -0400, Jonathan Vanasco wrote: > > my question is: > must i do that? will browsers handle & well or will that > screw up my get/post vars It's fine, browsers will do the right thing if given something like this: <a href="http://example.com/foo?a=b&c=d">click here!</a> -- Bruno