View file fnc/aut/reg.php
<?php include"../../sys/fnc.php"; ?> <h3>Регистрация</h3> Выбирите желаемый ник: <br> <input type="text" id="login"> <br> Выбирите желаемый пароль: <br> <input type="password" id="password"> <br> Повторите пароль: <br> <input type="password" id="pass"> <br> Придумайте кодовое слово для востоновления пароля: <br> <input type="text" id="kod"> <br> <button onClick="reg1()">Зарегистрироваться</button> <br> <?include"../sch2.php";?>