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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bookscripts
Forum Newbie
Posts: 1
Joined: Wed Mar 08, 2006 6:40 am

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

Post 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.
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

Do you mean something like a .csv file?

Take a look at

Code: Select all

fgetcsv()
Post Reply