Re: [PHP] Exporting mySQL Table Data to .csv

2002-07-11 Thread Richard Lynch
>I use phpMyAdmin which enables me to take dump of >mySQL Table Data into Comma Seperated Values file >(.csv) > >Now, i have to create such a program that accomplishes >this, without using phpMyAdmin. Can someone guide me >to this procedure.. Since PHP has a fget_csv function (or something like t

[PHP] Exporting mySQL Table Data to .csv

2002-07-09 Thread Thomas Edison Jr.
Glory, I use phpMyAdmin which enables me to take dump of mySQL Table Data into Comma Seperated Values file (.csv) Now, i have to create such a program that accomplishes this, without using phpMyAdmin. Can someone guide me to this procedure.. Thanks, T. Edison Jr.