RegEX Email Validatoin





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

0
Date Submitted Thu. Mar. 6th, 2008 3:57 PM
Revision 1
Beginner dannymo2
Tags "address book api," | "Address" | "Email"
Comments 0 comments
Rapleaf's Address Book API makes it easy for users to import webmail contacts from Gmail, AOL, Hotmail, and Yahoo. You can access names and email addresses of the person's contacts, and invite them to your site, import social relationships, share content, and more.

Rapleaf maintains an up to date code on the importer, and never stores passwords.
7
Date Submitted Wed. Oct. 18th, 2006 8:22 AM
Revision 1
Beginner elderfo
Tags "image" | "php" | "resize',
Comments 2 comments
Simple class i wrote to output or save jpeg files. Could easily be adapted to work for other formats, but at design time i only needed JPEG support. I may revise it at some point.
-11
Date Submitted Thu. Sep. 28th, 2006 3:43 PM
Revision 1
Helper ffxfiend
Tags "php" | PHP | phpcode | RegExp
Comments 1 comments
This is a faily simple function to validate a URL being passed into your scripts. It will allow for http, https, and ftp. The beginning www. of a URL is optional as well. It will also validate if you have an IP address in place of the domain name. I'm sure this can be improved upon as this is my first attempt at regular expressions but it has worked good for me so far. Please comment or improve if your able.

Thanks!
6
Date Submitted Sun. Sep. 24th, 2006 5:23 PM
Revision 1
Helper kahotep
Tags "authentication" | "ldap" | "mysql" | "php"
Comments 1 comments
The following program was written for my company's time keeping system which utilizes an LDAP database for authentication and a MySQL database for time-keeping, account access control, etc.

If a user has >= 5 unsuccessful logins, it locks the account for 5 minutes. Once a successful LDAP bind has occured, the $_SESSION vars are set and the authorization process is bypassed until the user logs out or the session expires.