semico -> saving form data to a file (3/21/2001 20:33:00)
At work my intranet is on a UNIX server with FP extensions but the server doesn't support databases. The admin said to save the form data to a text file. I have been able to do this.
My question is - I would like users to be able to query the file and view the results. Is this possible? If not is there any way around this?
I would like to start tracking RMA's online.
P.S. I'm a newbie
Spooky -> RE: saving form data to a file (3/21/2001 14:24:00)
Im not familiar with Unix and odbc, but does it hace an odbc driver for text files? You may be able to read a csv format that way? Does the server support asp?
semico -> RE: saving form data to a file (3/21/2001 15:36:00)
I don't know if the server supports ODBC or ASP. I'm meeting with the web admin on Thursday so I'll be sure to ask him.
If anyone knows anything else that I should ask, please let me know.
Thanks
Sean
semico -> RE: saving form data to a file (3/23/2001 21:12:00)
The web host admin at work said I had to use Perl and CGI scripts.
Oh well, I'm off to learn Perl.
Thanks
Sean
Spooky -> RE: saving form data to a file (3/24/2001 20:35:00)