Zrobiłem formularz z kodowaniem hasła w md5
<!-- To change this template, choose Tools | Templates and open the template in the editor. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> </head> <body> <form action="" method=post> <input type="text" name="imie"><BR> <input type="text" name="haslo"><BR> <input type="submit" name="wyslane" value="wyslij"></form> <?php $wyslane=$_POST['wyslane']; { } } ?> </body> </html>
Jako , że jestem newbie chcę spytać czy taki formularz jest jak na Świeżaka dobry . Jak patrzałem hasła są kodowane ? Chyba o to chodzi podczas kodowania haseł w md5 ?