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
how t get data in a file from a table
Moderator: General Moderators
-
zeeshanshah
- Forum Newbie
- Posts: 2
- Joined: Fri Jul 23, 2004 6:14 am
- Location: Pakistan
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.