How do I (if I can) have a form save information inputted to a files on my site. I'm running apache server on a linux box. I save out puts from my CGI shell script, so I know I can save files. I just need to be able to save user inputs. Thanks for the help
You would have to use PHP to process the information submitted through the form. With PHP you can easily add that information to a database, email it, write it to a file (with php's file handling functions). [SEARCH=GOOGLE]php form tutorial[/SEARCH] [SEARCH=GOOGLE]php file handling tutorial[/SEArCH]