I've made a form using cgi and a txt file so it can be sent to me by email. When I tried the form out I got "url not found on this server" for the txt file. I can't see anything that I've done wrong. I've done a test form to try and sort this out.
The form is in the cgi-bin and I've put a cgiemail folder in the cgi-bin for the txt file. Is this the right thing to do?
This is the code for sending the form
<form name="test" method="post" action="http://www.earthspirit.frih.net/cgi-bin/cgiecho/test.txt">
This is the txt file
From: [email]
To:goldenwolf@uk-email.co.uk
Subject: Test
What is your name? [yourname]
I know cgi is not used so much these days, but I haven't got the time to learn php or perl right now.
The form is in the cgi-bin and I've put a cgiemail folder in the cgi-bin for the txt file. Is this the right thing to do?
This is the code for sending the form
<form name="test" method="post" action="http://www.earthspirit.frih.net/cgi-bin/cgiecho/test.txt">
This is the txt file
From: [email]
To:goldenwolf@uk-email.co.uk
Subject: Test
What is your name? [yourname]
I know cgi is not used so much these days, but I haven't got the time to learn php or perl right now.
