Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
I am exporting my data from database into a .CSV file using PHP. My data has some Arabic content, CSV is being exported correctly with some garbage Arabic content. How can I correctly write Arabic content in CSV file?
use UTF8 encode in output results, it will work.