ballouta Posted November 5, 2008 Share Posted November 5, 2008 Hello I posted before a question to solve a problem with arabic text and utf-8 In that time, the solution was to use this command when i query a database with arabic characters: mysql_query( "SET NAMES 'utf8';" ); Now, i have a similar problem, after posting a form values, they are stored in session variables inorder to review this form till it is confirmed. All characters in this page appear correctly excelpt the session values: they are looking liek this: ط§ظ„ط¯ط§ط¹ظˆظ‚ How i can solve this problem? thank you in advance Link to comment https://forums.phpfreaks.com/topic/131486-characters-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.