那位大哥给个中文版的phpmyadmin,小弟感...
那里有下载啊?? 我一直找不到中文版的!!
作者 cevin 发布于 2003-08-02 分类:php基础编程
同上!
逛论坛交流:怎样才能将搜索出来的结果(数据)导到excel表格中!多谢了。。。请帮忙!!!
<?
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=test.xls");
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "test2
";
?>
QUOTE: 最初由 sheawey 发布
[B]<?
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=test.xls");
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "test2
";
echo "test1 ";
echo "t...以下省略 [/B]
老大是不是也能导入到WORD里面呢?
那個excel只能是單頁,如果我想多頁怎麼辦?
3 条回复
回复