How to Enable PHP 5.2.13 UTF8
- 1). Launch the text editor and then open the php.ini configuration file located on the web server.
- 2). Search the php.ini file for a line that begins with ";default_charset".
- 3). Replace the line from Step 2 with the following: default_charset = "utf-8"
- 4). Save the php.ini file and restart the Web server