php rawurldecode from javascripts' escape()
- From: "swayze" <marco.martin@xxxxxxxxx>
- Date: 28 Oct 2005 03:56:26 -0700
Hi,
I'm sending some vars to php from javascript. These vars contain
special chars (like "&" ,",")and also turkish characters. Therefore
I'm using javascripts escape() function to be able to send them
properly. My problem is on the php side. I am using rawurldecode to
convert them back. However, Turkish characters like "I" (capital "I"
with a dot on top) for example still stay encoded as "%u0130".
My page is setup to handle turkish chars and if sent from a database,
display properly. I've googled for an answer and cant find anything.
I've also tried looking at base64 encoding from javascripts' end, to
again decode using base64Decode from php, but nothing seems to work
right.
Does anyone have any sugestions?
Thanks in advance,
Swayze
.
- Follow-Ups:
- Re: php rawurldecode from javascripts' escape()
- From: Chung Leong
- Re: php rawurldecode from javascripts' escape()
- Prev by Date: Re: How to turn $6 to $16000 in few days of web crawling
- Next by Date: Question on PhP, MySQL
- Previous by thread: Re: How to turn $6 to $16000 in few days of web crawling
- Next by thread: Re: php rawurldecode from javascripts' escape()
- Index(es):
Relevant Pages
|