View Single Post
Old 04-26-2007, 12:44 PM   #4 (permalink)
daniel0012
Inactive
 
Join Date: 11-07-06
Location: Springfield
Posts: 111
iTrader: 0 / 0%
daniel0012 is on the right pathdaniel0012 is on the right path
Send a message via AIM to daniel0012 Send a message via MSN to daniel0012 Send a message via Yahoo to daniel0012
I have a form with the fields,
event
date
time
description
file

When thats proccesed, I want it to create a text file with the name the user put in the file box. I want the text file to look like this
Code:
<tr> <td><b> Event </b></td> </tr> <tr> <td> Date </td> </tr> <tr> <td> Time </td> </tr> <tr> <td style="padding-bottom: 10px;"> "Description" </td> &nbsp; </tr> <br />
which will be put into a directory.
daniel0012 is offline   Reply With Quote