Store data in any language in Database and Retrieve in same language from data base

For store data in any language  into database and want to retrieve same language than we first

Go to -> Open mysql -> Collation ->utf8_general_ci and other structure choose as you wish

And retrieve data on which php page or print data from which html or php page then select there

————————————————————————————————————————————————————————-

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

<title>Untitled Document</title>

</head>

<body>
</body>
</html>

————————————————————————————————————————————————————-

it shows all data from data base according to store that type

 

 

 

 

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *