tp://pear.php.net/package/Spreadsheet_Excel_Writer
> >
> >I found out that it is faster with huge data sets on my system.
> >
> >Greetings
> >Mirco
> >
> >-Ursprüngliche Nachricht-
> >Von: Redmond Militante [mailto:[EMAIL PROTECTED]
> >
Von: Redmond Militante [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 11. Februar 2005 00:02
> An: php-general@lists.php.net
> Betreff: [PHP] export mysql to csv prob
>
> hi
>
> i have a script that exports the result of a mysql query to a csv file
> suitable for downlo
> i have a script that exports the result of a mysql query to a csv file
> suitable for downloading
>
> the code looks like
> $result = mysql_query("select * from user,mjp1,mjp2,mjp3,mjp4");
> while($row = mysql_fetch_array($result)) {
> $csv_output .= "$row[userid] $row[firstname] $row[lastname]\
eneral@lists.php.net
Betreff: [PHP] export mysql to csv prob
hi
i have a script that exports the result of a mysql query to a csv file
suitable for downloading
the code looks like
$result = mysql_query("select * from user,mjp1,mjp2,mjp3,mjp4");
while($row = mysql_fetch_array($result)) {
: Freitag, 11. Februar 2005 00:02
An: php-general@lists.php.net
Betreff: [PHP] export mysql to csv prob
hi
i have a script that exports the result of a mysql query to a csv file
suitable for downloading
the code looks like
$result = mysql_query("select * from user,mjp1,mjp2,mjp3,mjp4");
hi
i have a script that exports the result of a mysql query to a csv file suitable
for downloading
the code looks like
$result = mysql_query("select * from user,mjp1,mjp2,mjp3,mjp4");
while($row = mysql_fetch_array($result)) {
$csv_output .= "$row[userid] $row[firstname] $row[lastname]\n"
CurlyBraces Technologies ( Pvt ) Ltd wrote:
hi ,
i want to export data in mysql to excel . but problem is mysql runs in the linux
machine ,
How can i get that data from mysql-Linux machine to windows-Excel machine , plz help
asap
thanx in advance
curlys
There are few classes that can create na
You could get yourself the mySQL ODBC driver and 'Get External Data'
in Excel ...
Richard
-Original Message-
From: CurlyBraces Technologies ( Pvt ) Ltd
Sent: Friday, May 14, 2004, 7:18:17 AM
> hi ,
> i want to export data in mysql to excel . but problem is mysql runs in the linux
> mac
hi ,
i want to export data in mysql to excel .. but
problem is mysql runs in the linux machine ,
How can i get that data from mysql-Linux
machine to windows-Excel machine , plz help asap
thanx in advance
curlys
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
On Wed, 2003-12-31 at 11:34, Sheawh wrote:
> it may be a bit out of topic,
> but can anyone teach me how to export a MySQL database?
If you mean in general, it is a bit OT, but check out mysqldump.
http://www.mysql.com/doc/en/mysqldump.html
If you mean with PHP, you could use the exec() command
[snip]
it may be a bit out of topic,
but can anyone teach me how to export a MySQL database?
[/snip]
Google? A search on the MySQL web site? http://www.mysql.net/mysqldump
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it may be a bit out of topic,
but can anyone teach me how to export a MySQL database?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo