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??
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