try:
header('Content-type: application/vnd.ms-excel');
echo '';
$result = mysql_query('...');
while($row = mysql_fetch_array($queryResult)){
echo '';
foreach($row as $cell) {
echo ''.$cell.'';
}
echo '';
}
echo '';
exit;
?>
Amc wrote:
Hi,
Does anyone have any sample code that wil
Amc wrote:
Hi,
Does anyone have any sample code that will download a mysql table to an
excel file?
Thanks
-
http://www.dbtools.com.br/
-
zerof
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo