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>
</tr>
<br />
which will be put into a directory.