Just wondering if anyone can help me...
I want a php script that when users fill in a form, it adds their details to a text document, eg
users add their "name" and "email" and it adds this to the end of the text document:
<tr>
<td>[user's name]</td>
<td>[user's email]</td>
</tr>
I suppose it's a bit like a guestbook... well it's very much like one...
sorry if this is a bit confusing, i'm not very good at explaining things :rolleyes: