lundi 4 octobre 2021

Compare Arabic words in Laravel

I'm creating a Quiz type application it has several questions like :

  1. During my free time I most enjoy: (translated to Arabic) أكثر ما أستمتع به في أوقات فراغي:

Now i have answers saved in my database

listening to music and talking to my friends (translated to Arabic) الاستماع إلى الموسيقى والتحدث مع أصدقائي

when user types in some text in Arabic i have to compare both the text whether the answer is correct or not.

$srting1= الاستماع إلى الموسيقى والتحدث مع أصدقائي
$dbstring= الاستماع إلى الموسيقى والتحدث مع أصدقائي

if($srting1==$dbstring)
{
  echo "string matched";
}

Any suggestion please.

Thanks



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3BgtpN2
via IFTTT

Aucun commentaire:

Enregistrer un commentaire