最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php mysql 导出csv excel格式文件并保存
时间:2022-06-24 19:07:33 编辑:袖梨 来源:一聚教程网
$times = time();
$filename = $times.".csv";
$a = "联系人,联系电话,申请时间 ";
$days = postget("days");
$mktime = daystomktime($days);
$sql = "select * from v_tugou where ($times-times)
$db = new db();
$result = $db->query( $sql );
$rs = $db->fetch($result,0);
foreach($rs as $v=>$vv)
{
$a.=$vv['name'].','. $vv['mo'].",";
$a.=date('y-m-d ',$vv['times'])." ";
}
//echo $a;
$hod = fopen ($filename,"w+");
if( fwrite($hod,$a) )
{
echo "生成excel文件成功,点击";
}
/*
数据结构
--
-- 表的结构 `hn_tugou`
--
create table if not exists `v_tugou` (
`id` int(4) not null auto_increment,
`name` varchar(20) not null default '0',
`mo` varchar(20) not null default '0',
`times` int(4) default null,
`ip` varchar(20) not null default '0',
primary key (`id`)
) engine=myisam default charset=utf8 auto_increment=2 ;
--
-- 导出表中的数据 `hn_tugou`
--
insert into `hn_tugou` (`id`, `name`, `mo`, `times`, `ip`) values
(1, 'adsense', 'www.111com.net', 1283241159, '192.168.0.119');
本站原创文章转载注明来自https://www.111cn.net/phper/php.html
*/
相关文章
- 《遥遥西土》遥遥西土全收集攻略分享 06-27
- 失物招领有限公司公寓浩劫丢失的物品分布位置点 06-27
- 必访app如何添加书源 06-27
- 随缘居官网地址是什么 06-27
- 《HOMM: Olden Era》新手入门技巧与心得 06-27
- 修真高手手游怎么玩 修真高手手游新手入门与进阶玩法攻略 06-27