php - does not support Arabic Content in webpage -



php - does not support Arabic Content in webpage -

hi creating standard arabic website. problem not back upwards standard arabic content. comes ???????????? . set charset="utf-8" in .htaccess. set meta tag in every page. saved files utf-8 back upwards file format. set there header('content-type: text/html; charset=utf-8'); mysql stored info shown in standard arabic language if set standard arabic language in tag wont support

somebody have thought regarding because firs standard arabic website.

try adding meta charset standard arabic @ begning

<meta http-equiv="content-type" content="text/html; charset=iso-8859-6">

or may seek out next steps :-

displaying standard arabic text using php 1. don't utilize short tags <? ?>. utilize total tags <?php ?> 2. remove quotes , semicolon first line , others outside php tags "<!doctype html public "-//w3c//dtd html 4.0 transitional//en">"; 3. close span tag <span lang='ar-kw' 4. create sure save file utf-8 encoding. might saving coding.

php mysql

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -