> 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
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