I have changed the charset of the tables and of the column, i get the arabic text as ???? marks in MYSQL database
here is the design of the table
C
Try this code :
$conn = new mysqli($server,$username,$password,$dbname); $conn->set_charset("UTF8");