Hi all

I have a simple HTML file like the following:

<HTML>
<HEAD>
<TITLE>TEST</TITLE>
<FORM ACTION="/fem.pl">
<SPAN CLASS="text">Name</SPAN>
<INPUT NAME="Name" SIZE=40>
<BR>
<SPAN CLASS="text">Email</SPAN>
<INPUT NAME="email" SIZE=20>
<INPUT TYPE=HIDDEN NAME="recipient" VALUE="[EMAIL PROTECTED]">
<INPUT TYPE=HIDDEN NAME="redirect" VALUE="/contact/redirect.html">
</FORM>
</HTML>
</HEAD>

The strange problem I'm having is that the first 4 people might go to
this form and type in their name and email address and I get the 4
emails. However, the 5th person may put their name in and email and I'll
get the form, but the 4th person's details will come along in the same
email.

I've tried 2 or 3 cgi scripts to process the form and got the same
result. I've tried using qmail and sendmail and no luck so I think all
that's left is something in Apache.

Before I go and play with Apache I thought I'd ask on SLUG to see if
anyone else had the same problem.

Thanks in advance for any help!

Gonzalo.


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to