> This is the piece of code that is giving me the problem I
> believe. It is the one that is supposed to check to make
> sure that a user enters a valid email address. When I
> comment it out, it works in both IE and NN.
>
> if ($FORM{'email'} !~ /[\w\-]+\@[\w\-]+\.[\w\-]+/) {
> dienice("P
Andrew Hughes wrote:
> I need help. I inherited this script that adds people to a text file for
> our mailing list. It works in Explorer. However, it does not work in
> Netscape. Valid email addresses are blocked and the subroutine dienice is
> called in Netscape. It is pretty short and sim
L PROTECTED]
Subject: Re: Mail script not working for Netscape (was" real beginner
help needed")
Can you post some of the relevant code? (If it's long,
please consider putting it up as an HTML page and just
sending us the URL.)
Not that I'm promising I personally will ha
Can you post some of the relevant code? (If it's long,
please consider putting it up as an HTML page and just
sending us the URL.)
Not that I'm promising I personally will have time to
look at it or know the answer...
--- "Hughes, Andrew" <[EMAIL PROTECTED]>
wrote:
> I need help. I inherited th
I need help. I inherited this script that adds people to a text file for
our mailing list. It works in Explorer. However, it does not work in
Netscape. Valid email addresses are blocked and the subroutine dienice is
called in Netscape. It is pretty short and simple. I do not have time to
rew