Can someone tell me how and what the script is to Form To Flat File

Can someone tell me how and what the script is to Form To Flat File
its
more or less.PHP Code:<?php
$fp = fopen("file.txt", "a") or die( ERROR );
fputs($fp, "$var1||$var2|| \n"); //write data to file
fclose($fp);
?>
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
Give me more details?
It's basically a contact form, and alll thats submitted goes into a .txt
Want to hide these adverts? Register an account for free!