D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
mydbr
/
lib
/
Filename :
mysql_charset.php
back
Copy
<?php /* Will set the MySQL database connection charset to same as the page encoding This lookup table provides a way to dynamically add encodings */ $mysql_charset_convert = array ( 'ISO-8859-1' => 'latin1', 'utf-8' => 'utf8', );