How to display Hindi in Website from Database(Tables)?

December 24, 2017 · 1 min read

In this tutorial, you will learn How to display Hindi in the Website from Database(Tables)? If you want to create a website in Hindi language or want to write a paragraph in Hindi then you are in the right place. In this article, you will get all the information about writing and be storing Hindi in the table. I will be using PHP-MYSQL for creating a website.

While creating webpage you have to put below code in between <head> tag

<html>
<title>Hindi Font</title>
<head>
<meta charset="UTF-8">
</head>
<body> "Your hindi Fonts" </body>
</html>

Now, if you are using a database to store Hindi value in tables then use this code to Modify your table to insert Hindi values :

ALTER TABLE 'your table name' MODIFY 'column name' VARCHAR(20) CHARACTER SET UTF8;

Done Your website is ready to use Hindi fonts. Share with your friends who are searching for how to display Hindi in HTML pages.

How to upload an Excel file in CodeIgniter?

Employee management system – PHP Projects

How to shutdown computer using PHP Script?
Why Python Programming Language is very useful for Hackers?
Share on Facebook
Facebook
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin
Pin on Pinterest
Pinterest