php - Encoding from a textarea tag -


suppose in form, type within textarea character "ぎ"

at momment of submit text , send page process (i.e. action="site.php"): page send text encode text? or page recieve text?

the point is: form send characters encoded(sequences of bytes) or characters encoded page recieve text form.

is page encoded again when going sended form? cuz text typed not part of source code encoded.

you'll want utf8 encode that

look @ utf8_encode() , utf8_decode()

you'll want multibyte-safe functions


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -