When i'm trying to insert Arabic characters in MySQL, It inserts question marks although it was working well locally
Also I added the set Character set code for db connection as follows :
mysqli_query($dbcon,"SET NAMES 'utf8'");
mysqli_query($dbcon,'SET CHARACTER SET utf8');
All my php files is UTF8 character set also database files is utf8_general