Page 1 of 1

make a text file

Posted: Mon May 19, 2003 2:01 pm
by micknic
Hi,

I have a Mysql database. How can I integrate the value of a field in a text file?? Is it possible?? Is it possible to automate it??
In other words, I would like to developp an application to automaticly integrate Mysql field value in a text file. Do you think it is possible?? If yes could you tell me how to do??

:D :D :D :D :D

Posted: Mon May 19, 2003 3:42 pm
by []InTeR[]
Are you looking for fopen?

Posted: Tue May 20, 2003 1:34 am
by micknic
What's fopen??
I would like to have the possibility to put a field value in a text file (.txt). For exemple if a column is Name and the value is Mickael I would like to
make an application that goes in the SQL databases, takes de value Mickael and put it in a text file.
I don't know if it's possible

:D :D

Posted: Tue May 20, 2003 2:08 am
by []InTeR[]
Of course it's posseble. What issen't.

look at fopen on php.net and mysql on php.net.