How to know text is Arabic or in Urdu
I want to know is text contain any letter in Urdu or Arabic..using this condition which produce false results when special characters comes.what is right way to do it .any library or what is right …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
I want to know is text contain any letter in Urdu or Arabic..using this condition which produce false results when special characters comes.what is right way to do it .any library or what is right …
I’m trying to store an Arabic text to the table, I searched a lot but I didn’t find a solution that worked for me, so this is what I got: $en = “OK”; $ar = “حسناً”; $link->query(“INSERT INTO words …
I have Arabic text in database with diacritics. when i type Arabic for searching some string, it is without diacritics which definitely do not match with database string. it is working fine on text …