kevinbatchcom
0
Q:

php md5

<?php
// Set up a variable 
$password = "Encrypt me";

// Encrypt the password using md5
md5($password);

// Echo the encrypted password
echo "$password";
?>
0

New to Communities?

Join the community