How to Write various languages text to mqsql in php
insert_detail.php
<?php
$response = array();
$con=mysql_connect("localhost","root","");
mysql_select_db("database_name",$con);
mysql_query ("set names utf8");
$result = mysql_query("INSERT INTO tables(' हिन्दि फोन्ट ') VALUES()") or die(mysql_error());
$response = array();
$con=mysql_connect("localhost","root","");
mysql_select_db("database_name",$con);
mysql_query ("set names utf8");
$result = mysql_query("INSERT INTO tables(' हिन्दि फोन्ट ') VALUES()") or die(mysql_error());
//write here different languages font
// check if row inserted or not
?>
// check if row inserted or not
?>