I would like to use tamil fonts in php mysql application? Suggest some ideas for type tamil in input fields by default.
"mysql_query ("set character_set_results='utf8'"); "
Before write query add this line will solve the problem...instead special
characters tamil letters will save...
Bes sure use char set utf8 in html header....
ALL THE BEST