- Code: Select all
<?php
$hash = md5("Bananas")
echo $hash
?>
But for some reason it wont work when I run it. I am using XAMPP for this and I have had a similar script work at one point but I deleted it and can't remember the code I had entered. Does anyone know the problem? It's probably a very obvious answer but as I said I am very new. Thanks!


