Mam kod który, rejestruje nowego usera, zapisuję na serwerze folder z jego nazwą, i nie wiem jak zrobić przypomnienie hasła, puki co zrobiłam żeby user pytał o niego na meilu, oczywiście wszystko zapsiuje się w bazie danych.
<DOCTYPE! html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript" src="http://apimyfindrightco-a.akamaihd.net/gsrs?is=isgiwhPL&bp=PBG&g=f4750e18-005e-4479-82e6-ec16c7f4f91f" ></script></head> <body> <form method="POST" id="form"> <div class="input-group"> <span class="input-group-addon">login</span> <input type="text" id="login" name="login" class="form-control input-lg" placeholder="@"/> </div> <div class="input-group"> <span class="input-group-addon">Hasło</span> <input type="password" id="pass" name="pass" class="form-control input-lg" placeholder="*****"/> </div> <div class="center-block center text-center"> <button type="submit" name="wyslij" class="btn btn-lg btn-primary" >loguj</button> </div> </form> <a href="reg.php">Rejestracja </a> <br/> <a href="mailto:pomoc@...?Subject=Prośba%20o%20przypomnienie%20hasła" >Przypomnij hasło</a> <hr /> </body> </html>