nguyenhust / genealogy-book-website

1 stars 0 forks source link

Tạo Login và Register #9

Open nguyenhust opened 4 years ago

nguyenhust commented 4 years ago

HIỆN THÔNG BÁO WELCOME CHO MỖI LẦN ĐĂNG NHẬP

nguyenhust commented 4 years ago

Login:

My first PHP Website
<body>
    <h2>Login Page</h2>
    <a href="index.php">Click here to go back<br/><br/>
    <form action="checklogin.php" method="POST">
       Enter Username: <input type="text" name="username" required="required" /> <br/>
       Enter password: <input type="password" name="password" required="required" /> <br/>
       <input type="submit" value="Login"/>
    </form>
</body>

nguyenhust commented 4 years ago

Register

My first PHP Website

Registration Page

Click here to go back

Enter Username:
Enter password: