摘要:
小编今天在写一个 将一个数据库的表数据 导入到 另一个数据库的表的时候 我是这么写的<?php header("Content-type:text/html;charset=utf-8");$conn = mysql_connect("localhost","root","");mysql_select_db('nnd',$conn);mysql_select_db('ahjk',$conn);mysql_query("set names utf8");$s 阅读全文
posted @ 2012-10-24 17:40
Sudo高
阅读(2644)
评论(0)
推荐(0)

浙公网安备 33010602011771号