How can i convert English numbers being retrieved from the database to Arabic numeral symbols in PHP.
EDIT: Here\'re some examples of what Arabic numerals look like.
I wrote a couple of functions (gist.github.com) a while back.
echo arabic_w2e("1234567890"); // Outputs: ١٢٣٤٥٦٧٨٩٠ echo arabic_e2w("١٢٣٤٥٦٧٨٩٠"); // Outputs: 1234567890