I have a delete page, I am trying to get an alert message to popup If the delete operation was performed, Display. I want to show text message in alert box in Persian (Farsi) language, but This code is done but Persian characters do not display correctly. please help me What should I do?
echo '<script>';
echo 'alert("حذف");';
echo 'location.href="Delete Touristplace1.php"';
echo '</script>';