Answer the question
In order to leave comments, you need to log in
How to create authorization on PHPMYADMIN site?
How to create authorization on PHPMYADMIN site?
Help me, I have a problem.
I have code:
index.php
<html>
<head>
<meta charset="utf-8">
<title>Register - SigCorp</title>
</head>
<body>
<div align="center">
<form action="" method="post">
<h1>Register</h1>
<br><br><br>
<label>Login:</label><input type="text" name="login">
<br>
<label>Password:</label><input type="password" name="password">
<br>
<br>
<form method="POST">
<input type="submit" name="proverka" value="Нажмите" />
</form>
<br><br>
<a href="login.php">Login</a>
</div>
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<title>Log In - SigCorp</title>
</head>
<body>
<div align="center">
<form action="" method="post">
<h1>Log In</h1>
<br><br><br>
<label>Login:</label><input type="text" name="login">
<br>
<label>Password:</label><input type="password" name="password">
<br>
<br>
<form method="POST">
<input type="submit" name="proverka" value="Нажмите" />
</form>
<br><br>
<a href="index.php">Register</a>
</div>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question