There have been talks that md5(md5) is better than md5 alone, but some say it doesn't do anything, can someone help on how to make this more secured? I'm so confused with the mixed feedback.
$query="INSERT INTO `users` (`email`, `password`)
VALUES('".mysqli_real_escape_string($link, $_POST['email'])."',
'".md5(md5($_POST['email']).$_POST['password'])."'
)";