code to save data in db into text

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
jeiman
Forum Newbie
Posts: 8
Joined: Wed Jul 17, 2002 5:24 am
Contact:

code to save data in db into text

Post by jeiman »

Has someone has a script to read data from db(mysql) and then save all the data as a text.txt. I need the code because I want to perform vertical text sliding.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

It's just basic mysql extraction and fwrite usage.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Re: code to save data in db into text

Post by BDKR »

jeiman wrote:Has someone has a script to read data from db(mysql) and then save all the data as a text.txt. I need the code because I want to perform vertical text sliding.
Pardon my ignorance but what is "vertical text sliding"?

Otherwise, Sami is write.
Post Reply