Skip to content

Instantly share code, notes, and snippets.

View jmrashed's full-sized avatar

Md Rasheduzzaman jmrashed

View GitHub Profile
@mahedi2014
mahedi2014 / number_convert.php
Created June 11, 2016 07:17
Convert bangla number to english and word
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<?php
$unicodeNumber = $_GET['num'];
print_r( $unicodeNumber);
function convertToEnglishNumber($unicodeNumber){