Hi, thanks again.

I'm was not url-encoding my stuff. I dont know about jQuery having
urlEncode, it does have a serialize method but what it does is not
quite that, however, JavaScript it self has the escape/unescape
function that does that.

escape("This is my text & test") will return "This%20is%20my%20text
%20%26%20test"
unescape("This%20is%20my%20text%20%26%20test") will return "This is my
text & test"

Thanks a lot.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to