Email Validation PHP Function

posted by: (October 5, 2008, 2:39 pm) in PHP

This is a very handy utility function that returns false if the given email address is not valid. Its just a simple reg. expression check but in the future it would be nice to have it validate tld extensions and possibly look for ... read more?

Same .htaccess file for different work environments

posted by: (October 5, 2008, 12:22 pm) in Apache

I tend to do alot of my development work on my mac laptop and then transfer the files over to my Linux server.  One thing that used to bug me was that I had to change the .htaccess file every time I transfered all ... read more?

Random Password PHP Function

posted by: (October 5, 2008, 11:19 am) in PHP

I recently had a project that required a registration system and it needed a random password generator.  This is simple function that creates random password from a set of given characters by a variable length.

... read more?
Categories
Recent Comments
  • No Comments