RE: [PHP] mysql export to excel

2001-11-21 Thread Jon Haworth
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

RE: [PHP] mysql export to excel

2001-11-21 Thread De Necker Henri
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

[PHP] mysql export to excel

2001-11-21 Thread Stanley
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,

Re: [PHP] Mysql export

2001-10-19 Thread Andrey Hristov
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){

[PHP] Mysql export

2001-10-19 Thread Roman
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