Hi,

I wonder if anyone can help me with this. All i need to do is create a form that sends the results to a text file. The script i usually use works fine, but sends to my email. I need to convert that to send to a text file, though.

What sort of coding is usually key for this? Is there a specific hidden field that i'd use in the form?

Any help would be greatly appreciated.

Thanks,

Greg

    Take a look at the following functions [man]fopen[/man] [man]fwrite[/man] [man]fread[/man] [man]fclose[/man]

      Write a Reply...