ホームページ > バックエンド開発 > PHPチュートリアル > 情報を変更した後、データベース テーブルの内容が空になるのはなぜですか?

情報を変更した後、データベース テーブルの内容が空になるのはなぜですか?

WBOY
リリース: 2016-06-13 12:46:45
オリジナル
814 人が閲覧しました

情報を変更した後、データベース テーブルの内容が空になるのはなぜですか?
前の変更トピックのコードを適用して、情報を変更するコードを作成しましたが、内容を変更して送信した後、内容をクエリしました。テーブルの他の内容が空であることがわかりましたか?

<?php<br />
//######################学生信息修改1##########################<br />
  include "config.php";<br />
  include "header.php";<br />
?> <br />
<title>修改学生信息</title><br />
<?php<br />
   extract($_REQUEST); <br />
   $query="update $student_table set name='$name1' where xuehao='$xuehao'";<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   $query="update $student_table set sex='$sex1' where xuehao='$xuehao'";<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   $query=mysql_query("update $student_table set class='$class1' where xuehao='$xuehao'");<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   $query=mysql_query("update $student_table set password='$password2' where xuehao='$xuehao'");<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   $query=mysql_query("update $student_table set password1='$password3' where xuehao='$xuehao'");<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query); <br />
   $query="update $student_table set love='$love1' where xuehao='$xuehao'";<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   $query="update $student_table set telephone='$telephone1' where xuehao='$xuehao'";<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   $query="update $student_table set reward='$reward1' where xuehao='$xuehao'";<br />
   mysql_query("set names 'GB2312'");<br />
   $result=mysql_query($query);<br />
   <br />
   if($password2!=$password3)<br />
 {<br />
     echo"<p align=\"center\"><font color=\"#FF0000\"><b><big>输入的密码不一致,请重新输入。</big></b></font></p>";<br />
	 echo "<meta http-equiv=\"refresh\" content=\"2;url=alter_student1.php\">";<br />
	 exit;<br />
 }<br />
			<br />
		if($result==true)<br />
				{<br />
				   echo"<p align=\"center\"><font color=\"#FF0000\"><b><big>修改信息成功!</big></b></font>";<br />
				   echo "<meta http-equiv=\"refresh\" content=\"1;url=index.php\">";<br />
				   exit;<br />
				 }<br />
				 else<br />
				 {<br />
				   echo"<p align=\"center\"><font color=\"#FF0000\"><b><big>修改出错,请返回重新修改。</big></b></font></p>";<br />
				   echo "<meta http-equiv=\"refresh\" content=\"1;url=alter_student.php\">"; <br />
				   exit;<br />
				 }<br />
		<br />
<br />
?><br />
<?php include "foot.php";?>
ログイン後にコピー

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート