Wat is hier fout aan? (php staat in uitleg)
function enc($string){
$salt = "IkHoUvAnGoEdEVrIeNdEn12345678909887665432321";
$hash = sha1(md5($salt.$string)).$md5($string).sha1(md5(md5($string)));
return $hash;
}
echo md5("$password");
echo "
";
echo enc("password");
?>
Ik zie de fout niet echt, en heb het al heel vaak bekeken.
Fatal error: Function name must be a string in C:\xampp\htdocs\Sites\login\salt.php on line 5
Heb je meer informatie nodig om de vraag te beantwoorden? Reageer dan hier.