Page 1 of 1

how t get data in a file from a table

Posted: Fri Jul 23, 2004 6:14 am
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

Posted: Fri Jul 23, 2004 9:33 am
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.