how t get data in a file from a table

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
zeeshanshah
Forum Newbie
Posts: 2
Joined: Fri Jul 23, 2004 6:14 am
Location: Pakistan

how t get data in a file from a table

Post by zeeshanshah »

I ve problem to send the data of a table name user
in a .txt file.
plz tell me how to solve this problem.
waiting for u'r reply
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

How far along are you with this? Do you have the table name already? If so, it's just a matter [php_man]fopen[/php_man]ing the file, [php_man]fwrite[/php_man] ing your name into it, then [php_man]fclose[/php_man] ing the file.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply