How can I add arabic with php

I want to create a website interface in Arabic .... how can I do this ... I need some plugin already installed on my hosting server or mylocalhost, how can I do this ... please give I need to know in detail ...

+1
source share
3 answers

The key for you is Unicode - this is less of a problem with the hosting server, and another problem is that your web pages have the correct content encoding headers. PHP has a historical problem with internationalization and Unicode; You can read a few links before starting development:

+4
source

You do not need anything extra to display the text, just support Unicode, which is built into modern browsers.

http://en.wikipedia.org/wiki/Unicode_and_HTML

0
source

, UTF-8 ( , ). , - Content-type ( ). , IDE UTF-8.

PHP UTF-8, , .

. .

0

All Articles