PHPmyAdmin can export to .csv, which can be read into Excel with no
troubles.
Get it at http://www.phpwizard.net/projects/phpMyAdmin/
HTH
Jon
-Original Message-
From: Stanley [mailto:[EMAIL PROTECTED]]
Sent: 21 November 2001 10:34
To: [EMAIL PROTECTED]
Subject: [PHP] mysql export to
What is the problem?I know it works!
-Original Message-
From: Stanley [mailto:[EMAIL PROTECTED]]
Sent: 21 November 2001 12:34
To: [EMAIL PROTECTED]
Subject: [PHP] mysql export to excel
Hi,
Can anyone tried to export mysql database to excel spreedsheet?
pls advise. urgent!
Thanks
Hi,
Can anyone tried to export mysql database to excel spreedsheet?
pls advise. urgent!
Thanks!
Regards,
Stanley
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators,
PhpMyAdmin (on http://www.phpwizard.net") has the capability to export mysql
table ot CSV, then import the CSV or maybe this will help you too(on small
tables, otherwise the HTML code is big)
$dump='';
$separator=',';
$the_query="select * from $table;";
$res=mysql_query($the_query);
if ($res){
Please help me, how to export mysql table to the xls table ?
Thanks for all
Roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL P
5 matches
Mail list logo