InterviewSolution
Saved Bookmarks
| 1. |
How to convert a string to utf 8 in MySQL? |
|
Answer» Here’s a code script to convert string data to UTF 8 in your database: HEADER('Content-Type: text/plain; charset=utf-8'); |
|