I want to take input using urdu language in html form.So please help me.
How can I take input using URDU language in html form?
Collapse
X
-
Will this need to be translated to another language when the form has been submitted?
Thanks, Death -
If you want to get Urdu alphabets as the user types, you will require some sort of JavaScript that manipulates the keyboard inputs to Urdu alphabets. To write all this code is definitely not going to be an easy task. So the next option you have is to google for it if someone's provided a copyright free version.
And for database, see unicode.Comment
-
It is easy man....
ru using MYSQL database
set this in myphpadmin
Field: "what ever your field name"
Type:text
Collation:utf8_ unicode_ci
Optional:USE:We bPad_0.5_Releas e as a Text Box for input
and every HTML page check this meta type is there
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />Comment
-
Comment