data was not displayed in the application in the correct format.
The problem that we want you to help us in solving it is as follows :
We have an excel sheet containing some data.
We want to import this data to a mySql database to be used by a certain application.
By importing this data through transferring it to CSV format, the data was successfully imported but the Arabic data was not displayed in the application while this data is displayed during browsing the database inside the MySql.
If the data is entered through the application and then retrieved , the Arabic data is displayed correctly.
We need to import this data (excel sheet) inside the MySql such that it is displayed correctly inside the application.
Re: data was not displayed in the application in the correct format.
The script that handles the passing of data to/from the database...does it have a UTF-8 header? And that script itself should be saved as a UTF-8 file.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Bookmarks