PDA

View Full Version : Form To Flat File ??????????????? HELP



Cransie
10-09-2005, 07:26 PM
Can someone tell me how and what the script is to Form To Flat File

splintercell!
10-09-2005, 07:31 PM
its


<?php
$fp = fopen("file.txt", "a") or die( ERROR );
fputs($fp, "$var1||$var2|| \n"); //write data to file
fclose($fp);
?>

more or less.

Cransie
10-09-2005, 09:26 PM
Give me more details?

RYANNNNN
11-09-2005, 10:00 AM
It's basically a contact form, and alll thats submitted goes into a .txt

Want to hide these adverts? Register an account for free!