Simply Start Bangla Webpage with Database Connectivity!
Created by Sagor Sugested by Nuhil
You can make a Web app using Bangla Interface simply by using one kind of Unicode Font write such as
Avro Keyboard. But there is a restriction. In the client PC , the page will not be shown properly if there does not exist any bangla font installed. So, you can give a link in that page to download a font.
You can also get the benifit of MySQL using simple Queries. Define the database and table datatype as utf8_general_ci . Then in database configuration file write these two line after mysql_select_db().
mysql_query(‘SET CHARACTER SET utf8′,$con);
mysql_query(“SET SESSION collation_connection=’utf8_general_ci’”,$con); //$con is DB configuration lines
Now you can do normal PHP-MySQL tasks in your application. Here is an example named Bangla.zip in Share Box
Simply Make Bangla Web App with Database Connectivity!
Created by Sagor Sugested by Nuhil
You can make a Web app using Bangla Interface simply by using one kind of Unicode Font write such as
Avro Keyboard. But there is a restriction. In the client PC , the page will not be shown properly if there does not exist any bangla font installed. So, you can give a link in that page to download a font.
You can also get the benifit of MySQL using simple Queries. Define the database and table datatype as utf8_general_ci . Then simply write this two lines after DB cofiguration lines,
mysql_query(‘SET CHARACTER SET utf8′,$con);
mysql_query(“SET SESSION collation_connection=’utf8_general_ci’”,$con);
***Builder or User should use unicode writer.
Now you can do normal PHP-MySQL tasks in Bangla. Here is an example named Bangla.zip in my Share Box.




