Assalamu 3alaykum akhi,
There are 3 conditions to use a recordset with the Arabic language : follow the instructions below :
1. First, the page containing the form must have "windows-1256" as charset
2. In your Wampserver table, the field for language must be : utf8_bin
3. In the results web page, you must add 2 lines in the "code" section just below mysql_select_databe just like this :
mysql_query("SET NAMES cp1256");
mysql_query("set characer set cp1256");
just below the first time you see mysql select database
4. The charset must be "windows-1256" for the page results
Hassan