Re: [PHP] export from mysql to csv file

2004-06-11 Thread John Hicks
On Friday 11 June 2004 10:16 pm, Dustin Krysak wrote: > Can anyone point me to an existing script or > tutorial to learn this? > > Thanks in advance! > > d There is a mysql utility that does this: mysqldump -p mypassword -T mytargetdirectory mydatabasename [mytablenames] (The "-T" tells it t

Re: [PHP] export from mysql to csv file

2004-06-11 Thread Larry E . Ullman
Can anyone point me to an existing script or tutorial to learn this? I'm fairly sure there's a tutorial at PHPBuilder.com or Zend.com. Or you can check the PEAR modules for code (I know there are database to Excel classes). If all else fails, Google's always helpful. Larry -- PHP General Mailing