标签:php
<?php $conn=@mysql_connect("localhost","root","") or die ("no"); mysql_select_db("hpf",$conn); mysql_query("set name 'GBK'"); ?>
php简单的连接数据库
原文地址:http://blog.csdn.net/dapeng0112/article/details/41256367