<?php
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=csat.xls");
$str = "<table border=1><tr>";
$str .= "<th>id</th><th>name</th><th>data</th>...
9-14 3,372 views
<?php
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=csat.xls");
$str = "<table border=1&g...