摘要:
header("Content-type:text/html;charset=utf-8");$conn = mysql_connect('localhost','root','123456');mysql_select_db('test');mysql_query("set names 'utf8'");function getCate($pid = 0){ $sql = "select * from cate where pid=".$pid; $re 阅读全文
posted @ 2012-05-24 11:51
Falling Leaves
阅读(1360)
评论(0)
推荐(0)
浙公网安备 33010602011771号