make a text file

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
micknic
Forum Commoner
Posts: 37
Joined: Thu Feb 27, 2003 1:27 pm
Location: belgium

make a text file

Post 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
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

Are you looking for fopen?
micknic
Forum Commoner
Posts: 37
Joined: Thu Feb 27, 2003 1:27 pm
Location: belgium

Post 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
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

Of course it's posseble. What issen't.

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