Does anyone know the procedure for pulling information and inserting information into a text document, rather than a database, residing on the server using PHP? Or maybe using MySQL to perform this task?
fopen() fwrite() fgets()
Check these functions in PHP.net manual