PHP MYSQL Insert Data in Arabic Language
- by h_a86
I am trying to insert some Arabic Language data into MySQL using PHP and an HTML form. When I insert the data in to MYSQL table, the table field represents data as مرØبا العالم.
But when I access the same data with PHP and show it in my webpage, it shows the correct data. I am using:
http-equiv="Content-Type" content="text/html; charset=utf-8"
meta tag in my web page to show Arabic data. My question is why my data looks like this: مرØبا العالم in MySQL table, and how should I correct it.