Hi,
How to write to a file when the record is retrieved from the mysql database using php/mysql ? Can anyone suggest me?
Thanks in advance.
Writing a record to a file which is fetched from MySQL/php
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Writing a record to a file which is fetched from MySQL/php
Not exactly sure what you're after but take a look at http://uk3.php.net/manual/en/ref.filesystem.php and in particular fwrite().