Forms and Saveing

Discussion in 'HTML & Website Design' started by metalx1000, Sep 20, 2006.

  1. #1
    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
     
    metalx1000, Sep 20, 2006 IP
  2. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #2
    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]
     
    danielbruzual, Sep 20, 2006 IP