Page 1 of 1

What would be the best way to convert a text database to...

Posted: Wed Mar 08, 2006 6:53 am
by bookscripts
What would be the best way to copy information from a text database to output to a text file in a different format? I would have a file form to upload when I first open the script.

Posted: Wed Mar 08, 2006 7:47 am
by Grim...
Do you mean something like a .csv file?

Take a look at

Code: Select all

fgetcsv()