<html><head><title>Register</title></head><body> <?php if (!isset($_POST['register1']) || ( $_POST['register1'] != 'Register')) { #echo "test1"; ?> <h1>Registration</h1> <form method = "post" action = "register.php"> <table> <tr><td>E-mail address:</td> <td><input type='text' name = 'email'/></td> </tr> <tr><td>First Name:</td> <td><input type = 'text' name = 'first_name'/></td> </tr> <tr><td>Last Name:</td> <td><input type = 'text' name = 'last_name'/></td> </tr> <tr><td>PassWord:</td> <td><input type = 'password' name = 'password'/></td> </tr> <tr> <td colspan = '2'> <input type = 'submit' name = 'register1' value = 'Register'/> </td> </tr> </table> </form> <?php } else { ?> E-mail: <?php echo $_POST['email']; ?> <br /> Name: <?php echo $_POST['last_name']; ?> <br /> Password: <?php echo $_POST['password']; ?> <?php } ?></body></html>
<html><head><title>Register</title></head><body> <?php if (!isset($_POST['register1']) || ( $_POST['register1'] != 'Register')) { #echo "test1"; ?> <h1>Registration</h1> <form method = "post" action = ""> <table> <tr><td>E-mail address:</td> <td><input type='text' name = 'email'/></td> </tr> <tr><td>First Name:</td> <td><input type = 'text' name = 'first_name'/></td> </tr> <tr><td>Last Name:</td> <td><input type = 'text' name = 'last_name'/></td> </tr> <tr><td>PassWord:</td> <td><input type = 'password' name = 'password'/></td> </tr> <tr> <td colspan = '2'> <input type = 'submit' name = 'register1' value = 'Register'/> </td> </tr> </table> </form> <?php } else { ?> E-mail: <?php echo $_POST['email']; ?> <br /> Name: <?php echo $_POST['first_name'].$_POST['last_name']; ?> <br /> Password: <?php echo $_POST['password']; ?> <?php } ?></body></html>
<html><head><title>Register</title></head><body> <?php if (!isset($_POST['register1']) || ( $_POST['register1'] != 'Register')) { #echo "test1"; ?> <h1>Registration</h1> <form method = "post" action = ""> <table> <tr><td>E-mail address:</td> <td><input type='text' name = 'email'/></td> </tr> <tr><td>First Name:</td> <td><input type = 'text' name = 'first_name'/></td> </tr> <tr><td>Last Name:</td> <td><input type = 'text' name = 'last_name'/></td> </tr> <tr><td>PassWord:</td> <td><input type = 'password' name = 'password'/></td> </tr> <tr> <td colspan = '2'> <input type = 'submit' name = 'register1' value = 'Register'/> </td> </tr> </table> </form> <?php } else { ?> E-mail: <?php echo $_POST['email']; ?> <br /> Name: <?php echo $_POST['first_name'].$_POST['last_name']; ?> <br /> Password: <?php echo $_POST['password']; ?> <?php } ?></body></html>
ローカルでテストできるように、このように設定します。
ローカルでテストできるように、このように設定します。
<form method = "post" action = "">
それが何かを見る
入力
???、?有???。
print_r ができるので?取得できることを示します。
???、?有???。
print_r ができるので?取得できることを示します。
これはサーバーの問題のはずです。コードの取得には問題ありません。
これはサーバーの問題であるはずです。コードの取得には問題ありません。
エラー レベルの問題 ~ エラー レベルはどれくらいですか?
エラーレベルの質問 ~ あなたのエラーレベルはどれくらいですか?
エラー レベルが設定されていない場合、デフォルトのエラー レベルはどれくらい使用されますか?
nginx からこのログが見つかりました
2014/07/18 20:37:33 [エラー] 9397#0: *1 recv() が失敗しました (104: ピアによって接続がリセットされました) アップストリーム、クライアント: 118.199 からの応答ヘッダーの読み取り中に。 、サーバー: localhost、リクエスト: "POST /zp/chapter5/register.php HTTP/1.1"、アップストリーム: "fastcgi://127.0.0.1:9000"、ホスト: "localhost"、リファラー: "http:// localhost /zp/chapter5/register.php"
何が問題なのか分析させてください
nginx からこのログを見つけてください
2014/07/18 20:37:33 [error] 9397#0: *1 recv( ) failed (104: ピアによって接続がリセットされました) アップストリームからの応答ヘッダーの読み取り中、クライアント: 118.199.7.180、サーバー: localhost、リクエスト: "POST /zp/chapter5/register.php HTTP/1.1"、アップストリーム: "fastcgi:/ /127.0" .0.1:9000"、ホスト: "localhost"、リファラー: "http://localhost/zp/chapter5/register.php"
何が問題なのか分析させてください