摘要:
<VirtualHost 127.0.0.2:80> ServerName www.xylilun.cn DocumentRoot E:/www/ylll <Directory E:/www/ylll> AllowOverride All Order allow,deny Allow from al 阅读全文
摘要:
1、导入 2、导出$result = mysql_query("select * from student order by id asc");$str = "姓名,性别,年龄\n";$str = iconv('utf-8','gb2312',$str);while($row=mysql_fe... 阅读全文