I want to take user input in Hindi in a HTML form. How do i go about it?
I tried setting the font-family for the <input />
to some hindi font. But that doesn't work.
Is there any other way of doing it?
Even embedding Google Transliterate or something similar will do. But i need to store the data entered into a MySQL Database.
PS: I am using PHP to do the server side stuff.