Re: url.encore/quote

2008-06-26 Thread ianitux
On 26 jun, 12:53, zowtar <[EMAIL PROTECTED]> wrote: > urlencode({'page': i, 'order': 'desc', 'style': 'flex power'}) > return: > page=1&order=desc&style=flex+power > > but I want: > page=1&order=desc&style=flex%20power > > and url.quote don't put the &'s and ='s > any idea guys? Hi, a quick soluti

Re: url.encore/quote

2008-06-26 Thread ianitux
On 26 jun, 15:53, "John Salerno" <[EMAIL PROTECTED]> wrote: > "zowtar" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > urlencode({'page': i, 'order': 'desc', 'style': 'flex power'}) > > return: > > page=1&order=desc&style=flex+power > > > but I want: > > page=1&order=desc&styl