problem with language

Reply

Join Date: May 2008
Posts: 28
Reputation: almualim is an unknown quantity at this point 
Solved Threads: 0
almualim almualim is offline Offline
Light Poster

problem with language

 
0
  #1
May 25th, 2008
hi friends, i have problem with Arabic language in php page, how i can display the Arabic language in my pages.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 190
Reputation: mwasif is an unknown quantity at this point 
Solved Threads: 25
mwasif mwasif is offline Offline
Junior Poster

Re: problem with language

 
0
  #2
May 25th, 2008
You need to make 2 changes
1. Modify your HTML page to set content type has below
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-type" value="text/html; charset=utf-8">

2. After mysql_connect() and mysql_select_db() add this line
mysql_query("SET NAMES utf8");
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC