Search Here

Friday, November 18, 2016

English to Bangla Date Converter – PHP code

 
Hi everyone. Now I am working on a project that is with some calendes. And there we add a function what convert English date into Bangla. It's pretty simple php code to convert the date. Hope you will enjoy the English to Bangla Date Converter php function. The date format is > Day, Month Date, Year.

And the code is given below :
 
<?php 
$currentDate = date("l, F j, Y");
$engDATE = array('1','2','3','4','5','6','7','8','9','0','January','February','March','April',
'May','June','July','August','September','October','November','December','Saturday','Sunday',
'Monday','Tuesday','Wednesday','Thursday','Friday');
$bangDATE = array('১','২','৩','৪','৫','৬','৭','৮','৯','০','জানুয়ারী','ফেব্রুয়ারী','মার্চ','এপ্রিল','মে',
'জুন','জুলাই','আগস্ট','সেপ্টেম্বর','অক্টোবর','নভেম্বর','ডিসেম্বর','শনিবার','রবিবার','সোমবার','মঙ্গলবার','
বুধবার','বৃহস্পতিবার','শুক্রবার' 
);
$convertedDATE = str_replace($engDATE, $bangDATE, $currentDate);
echo "$convertedDATE";
?>

All upazila or police stations, districts and divisions list of Bangladesh in both bangla & english

Bangladesh is a beautiful populous country which is situated at nice topical regions. This country   is mainly divided into 8 divisions and divisions are divided into 64 districts.  Districts are divided to upazila or police stations .  If you want to integrate the all regions name of Bangladesh at your web applications, download  the below sql file and upload to your main database. I have included all divisions, districts, upazilas or police station at a one file here.

Download all region

If you need the regions are separately that is divisions, districts, upazila or police station are each separated file download the below file

Separated Regions of Bangladesh

There is only runnable sql (Structure Query Language) file I shared at above both folder. There is three file 

 divisions.sql

districts.sql 

upazilas.sql 

Instructions

In case of your MySql database, go to your specified database and import the referred three file sequentially. Please modify the column name if you want.

Look the live preview of regions name lists of Bangladesh