Here's the deal: I have a 'mock-up' order template online (see at: which is 2/3 of the way to where I want it to be: it sends a reply to the web browser/user, and it emails a copy of the data submitted.
It fails to keep hidden most of the 'hidden' fields, but that's another sidebar issue...
What I absolutely am stuck with is both how to STORE the submitted data, and then how to RETRIEVE the stored data?
'Matt's Script Archives' in the formmail.pl template comments makes it sound like a simple matter of creating a '.dat' file. That didn't work at all for me. I suspect it needs to be a .txt file, but I don't know how to go about this? I've read through six PERL/CGI manuals trying to find relevant passages of how to accomplish this...and guess what? All six have different techniques, and each seems increasingly more complex than the other! Form DB modules I would need to download to using Perl to call up MySQL or Oracle or Access....??
I'm still thinking there is a simpler route. Anyone know one?
It fails to keep hidden most of the 'hidden' fields, but that's another sidebar issue...
What I absolutely am stuck with is both how to STORE the submitted data, and then how to RETRIEVE the stored data?
'Matt's Script Archives' in the formmail.pl template comments makes it sound like a simple matter of creating a '.dat' file. That didn't work at all for me. I suspect it needs to be a .txt file, but I don't know how to go about this? I've read through six PERL/CGI manuals trying to find relevant passages of how to accomplish this...and guess what? All six have different techniques, and each seems increasingly more complex than the other! Form DB modules I would need to download to using Perl to call up MySQL or Oracle or Access....??
I'm still thinking there is a simpler route. Anyone know one?