Form, excel and mail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nosferatum

    Form, excel and mail

    I tried to combine a script which process a web form and mails the
    result, and at the same time stores the entered info into a excel-file
    on the server. But I just can't make it work. Does it exist any
    already made script out there? I haven't found any. Thanks for helping.
  • Steve

    #2
    Re: Form, excel and mail

    In article
    <74e361b5-27d6-4568-b29b-2dbd754cb4a5@8g 2000hse.googleg roups.com>,
    John.Olav.O@gma il.com (Nosferatum) wrote:
    *Subject:* Form, excel and mail
    *From:* Nosferatum <John.Olav.O@gm ail.com>
    *Date:* Sun, 9 Mar 2008 08:59:47 -0700 (PDT)
    >
    I tried to combine a script which process a web form and mails the
    result, and at the same time stores the entered info into a
    excel-file
    on the server. But I just can't make it work. Does it exist any
    already made script out there? I haven't found any. Thanks for
    helping.
    >
    In the absence of any other ideas...

    Does it have to be Excel format ? How about just storing the info in a
    CSV flat file and importing it into Excel, or using odbc_connect to
    connect to a .mdb if you don't have SQL or similar.


    - Steve

    Comment

    Working...