jjjhbj111 wrote:
> Hi I have slowly changed according to my research etc. I
am worried that since
> changing things that I have left some important error
checking.
I haven't gone through your script with a fine-tooth comb,
but your
email check uses a POSIX regular expression, which won't work
with
preg_match(). You could use eregi() instead, but there are
plans to
remove the ereg_ functions from PHP 6, so you would be better
advised to
stick with Perl-compatible regular expressions (PCRE).
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/