Encode URL while send ajax

Posted by meotimdihia on Stack Overflow See other posts from Stack Overflow or by meotimdihia
Published on 2010-04-26T22:34:32Z Indexed on 2010/04/26 22:53 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

I use cakePHP and it generate ajax

/animemanga/animes/search/page:1?type%5B0%5D=3&genre%5B0%5D=20&genre%5B1%5D=4&info%5B0%5D=episodes&info%5B1%5D=released&info%5B2%5D=rating&info%5B3%5D=synopsis&info%5B4%5D=completed&info%5B5%5D=rating_count&info%5B6%5D=name&info%5B7%5D=id&info%5B8%5D=name&info%5B9%5D=id

cakePHP encoded: & => &apm; will create error while use with Ajax. I use Jquery, browser Opera. how can this solve ?

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about jQuery