PHP 表单传递参数与获取参数有关问题

WBOY
풀어 주다: 2016-06-13 12:02:33
원래의
860명이 탐색했습니다.

PHP 表单传递参数与获取参数问题

<html><br /><head><title>Register</title></head><br /><body><br />	<?php<br />	if (!isset($_POST['register1']) || ( $_POST['register1'] != 'Register'))<br />	{<br />			#echo "test1";<br />	?><br />	<h1>Registration</h1><br />	<form method = "post" action = "register.php"><br />		<table><br />			<tr><td>E-mail address:</td><br />				<td><input type='text' name = 'email'/></td><br />			</tr><br />			<tr><td>First Name:</td><br />				<td><input type = 'text' name = 'first_name'/></td><br />			</tr><br />			<tr><td>Last Name:</td><br />				<td><input type = 'text' name = 'last_name'/></td><br />			</tr><br />			<tr><td>PassWord:</td><br />				<td><input type = 'password' name = 'password'/></td><br />			</tr><br /><br />			<tr><br />				<td colspan = '2'><br />					<input type = 'submit' name = 'register1' value = 'Register'/><br />				</td><br />			</tr><br />		</table><br />	</form><br />	<?php<br />		}<br />		else<br />		{<br />	?><br />	E-mail:<br />	<?php <br />		echo $_POST['email']; <br />	?><br />	<br /><br />	Name:<br />	<?php <br />		echo $_POST['last_name']; <br />	?><br />	<br /><br />	Password:<br />	<?php <br />		echo $_POST['password']; <br />	?><br />	<?php<br />		}<br />	?><br /></body><br /></html>
로그인 후 복사


初学 PHP 问个问题 在这里 获取
E-mail:
echo $_POST['email']; 
?>


Name:


Password:

这些信息时 只输出一个没问题 
当我输出多个的时候像这个样子的
E-mail:
echo $_POST['email']; 
?>


Name:
echo $_POST['last_name']; 
?>


Password:
echo $_POST['password']; 
?>
他就出错了 - -!!!
总是出现
An error occurred.

Sorry, the page you are looking for is currently unavailable.
Please try again later.

If you are the system administrator of this resource then you should check the error log for details.

Faithfully yours, nginx.
这个东西 只输出一个时就可以
各位大神请指教 
------解决方案--------------------

<br><title>Register</title><br><br>    <?php <br />    if (!isset($_POST['register1']) <br><font color="#FF8000">------解决方案--------------------</font><br> ( $_POST['register1'] != 'Register'))<br>    {<br>            #echo "test1";<br>    ?><br>    <h1>Registration</h1><br>    
로그인 후 복사

        
            
                
            
            
                
            
            
                
            
            
                
            
 
            
                
E-mail address:
First Name:
Last Name:
PassWord:

                    
                
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿