function generate_password( $length = 8 ) { $chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; $password = substr( str_shuffle( $chars ), 0, $length ); return $password; }
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Showing posts with label Alpha Space validation. Show all posts
Showing posts with label Alpha Space validation. Show all posts
Saturday, 28 June 2014
How to generate passoword in php with specific length?
Wednesday, 25 June 2014
Alpha Space Validation in JS
Enter text file allow allphabi & space only function alpha_space_validation(arg){ var valReg = /^[A-Za-z ]+$/; if(valReg.test( arg ) ) { return false; } else { return true; } }
Subscribe to:
Posts (Atom)
Feet/Inches to Meters Converter & Lbs to Kgs Converter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Feet/Inches ⇄...
-
<?php $to = "somebody@example.com, somebodyelse@example.com"; $subject = "HTML email"; $message = " <h...
-
document.onkeydown = myKeyDownHandler; function myKeyDownHandler(event){ alert(event.keyCode) }
-
ISAIMINI.COM Download