0
How can i do login forum
2 Answers
0
You just need to use form tag
<form method="POST">
name<input type="text" uname="name">
password<input type="number" password="number">
</form>
and then connect it with your php code and store data in the database