Setting MYSQL link coding

Setting MYSQL link codingYou can use the following ways mysql_query("SET character_set_client='big5'"); Setting client code mysql_query("SET character_set_connection='utf8'"); Set the encoding when writing mysql_query("SET character_set_results='big5'"); Setting the output encoding Can be used in a......

detail

PHP MYSQL Tutorial - Link Database

MYSQL Tutorial Link Database $db=mysql_connect('exp.com.tw:3306','mysql_account','mysql_password'); "exp.com.tw:3306"To link location and PORT number is usually PORT number can not be set MYSQL preset listening PORT No. 3306 'mysql_account'The user account for MYSQL 'mysql_password'User password for......

detail

Message Board

Feel free to leave suggestions and share! Thanksgiving!

comments powered by Disqus