Don't like ads? PRO users don't see any ads ;-)
Guest

immekelikestogetahandjobbyblackpeople

By: a guest on May 6th, 2012  |  syntax: PHP  |  size: 0.18 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2.         function checkPasswordAndByTheWayKalleHaveGiganticBalls($password)
  3.         {
  4.                 $length = strlen($password);
  5.  
  6.                 return(ctype_alnum($password) && $length >= 6 && $length <= 18));
  7.         }
  8. ?>