私は、ユーザーがシステムにログインできるようにPHPを使ってウェブサイトを開発しています。しかし、私はユーザーがログインボタンをクリックすると、問題は何かを知らない、ボタンは、次のページに直接行くことなく、同じページにとどまる。PHPを使用して同じボタンで複数の関数やアクティビティを作成する方法は?
私の問題の原因を特定するのを手伝ってもらえますか? ありがとうございます!
<html lang="en">
<head>
<form action="login.php" method="post">
<form action="order.html" method="get">
<title>bAJu VALeT </title>
<style>
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
body {
background: #7f9b4e url(img/v1.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.container>header h1,
.container>header h2 {
color: black;
text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}
</style>
</head>
<body>
<div class="container">
<header>
<center>
<h1><strong>WELCOME TO </strong> BAJUVALET </h1>
</center>
</header>
<center>
<section class="main">
<form class="form-4">
<h1>LOGIN</h1>
<p>
<form id="login" method="POST" class="form-signin" role="form">
<td>
<h2>Email:</td>
<td><input type="text" name="email">
<h2>
</td>
<td>Password:</td>
<td><input type="text" name="password"></td>
<form action="order.html" method="post">
<div <a href="order.html">
<td>
<h1><input type="submit" name="continue" value="CONTINUE">
<h1>
</td>
</div>
</form>
</form>
<label class="checkbox">
\t \t \t </p>
\t \t \t \t <p>
\t \t \t \t \t \t <form action="index.html"> \t \t \t \t
\t \t \t \t \t \t \t \t \t \t \t \t
\t \t \t \t \t \t </form>
\t \t \t \t \t \t <div class="login-links">
\t \t \t \t \t \t
\t \t \t \t \t
<a href="signup.php">
\t \t \t \t <p>
\t \t \t \t \t \t \t \t <a href="signup.php">
<h6>Don't have an account? <strong>Sign Up</strong><h6>
\t \t \t \t </p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
\t \t \t \t \t
\t \t \t \t </p>
\t \t \t \t \t </form> \t
\t \t \t \t </form>
\t \t \t </section>
\t \t \t </center>
</div>
</body>
</html>
あなたのコードスニペットを投稿することができますか? – shantanu
あなたのコードを投稿してください。おそらく '
私は自分のコードスニペットを追加しました。 @ shantanu –