Connecting Tech Pros Worldwide Forums | Help | Site Map

Form, excel and mail

Nosferatum
Guest
 
Posts: n/a
#1: Mar 9 '08
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
Guest
 
Posts: n/a
#2: Mar 12 '08

re: Form, excel and mail


In article
<74e361b5-27d6-4568-b29b-2dbd754cb4a5@8g2000hse.googlegroups.com>,
John.Olav.O@gmail.com (Nosferatum) wrote:
Quote:
*Subject:* Form, excel and mail
*From:* Nosferatum <John.Olav.O@gmail.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
Closed Thread