Re: [Phplib-users] New phpauth code
Brought to you by:
nhruby,
richardarcher
|
From: Michael C. <mdc...@mi...> - 2002-05-06 20:50:56
|
On Mon, May 06, 2002 at 10:11:59PM +0200, Saulius wrote: > Hello, > > > You can download my new phpauth code at: > > http://www.phpauth.com/ > > Hm. It looks like, your site isn't working a bit. I can't download it. I fixed it. Missed an "s" in "downloads". > I try to register in your site, but get response that my email is invalid. > Althought my email is valid for years (not this but other). The email address is checked against a simple regular expression. preg_match('/^([a-z0-9\-_\.\&]+)@([a-z0-9\-]+\.)+[a-z]+$/',$email); I assume you're mixing case (email addresses and domain names are case insensitive). > And why must I register for downloading? I have no idea why you would think that you must. That's a sample site so that you can see it work. Michael -- Michael Darrin Chaney mdc...@mi... http://www.michaelchaney.com/ |