繁体中文
设为首页
加入收藏
当前位置:PHP技术首页 >> PHP基础 >> 能自动生成excel格式文件吗

能自动生成excel格式文件吗

2005-02-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:我是着处理的 query($sql); $i = 0; while($db->records()) { echo "\n"; echo $db->get('id'); echo "\t"; echo $db->get('company'); echo "\t"; echo $db->get('roomid'); echo "\t"; echo $db->get('indate'...

我是着处理的

query($sql);

$i = 0;

while($db->records())

{

echo "\n";

echo $db->get('id');

echo "\t";

echo $db->get('company');

echo "\t";

echo $db->get('roomid');

echo "\t";

echo $db->get('indate');

echo "\t";

echo $db->get('contanctman');

echo "\t";

echo $db->get('telephone');

}

$i++;

?>

__________________

水中的鱼,自由自在的呼吸。

责任编辑:admin
相关文章