ホームページ > バックエンド開発 > PHPチュートリアル > 为何所有按钮只控制同一行数据?

为何所有按钮只控制同一行数据?

WBOY
リリース: 2016-06-13 11:18:25
オリジナル
789 人が閲覧しました

为啥所有按钮只控制同一行数据???
为啥所有按钮只控制同一行数据?应该怎么解决啊。

<br>nbsp;html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><br><br><br><meta><br><title>Insert title here</title><br><script><br />         function showtd(num) {            <br />             document.getElementById("bg"+num).style.display = "none";<br />             document.getElementById("show"+num).style.display = "block";<br />             document.getElementById("ba"+num);<br />             document.getElementById("gn"+num);<br />         }<br />         function hidetd(num) {<br />             document.getElementById("bg"+num).style.display = 'block';<br />             document.getElementById("show"+num).style.display = 'none';<br />         }<br />		function showtext(){<br />			document.getElementById("a").removeAttribute("readOnly");<br />			document.getElementById("b").removeAttribute("readOnly");<br />			document.getElementById("c").removeAttribute("readOnly");<br />			document.getElementById("d").removeAttribute("readOnly");<br />			document.getElementById("e").removeAttribute("readOnly");<br />			document.getElementById("f").removeAttribute("readOnly");<br />			}<br />		function hidetext(){<br />			document.getElementById("a").readOnly="true";<br />			document.getElementById("b").readOnly="true";<br />			document.getElementById("c").readOnly="true";<br />			document.getElementById("d").readOnly="true";<br />			document.getElementById("e").readOnly="true";<br />			document.getElementById("f").readOnly="true";<br />			}<br /><br />     </script><br><br><br>	
ログイン後にコピー


$db = mysql_connect('localhost','root','root');
mysql_select_db('ec',$db);
if (!$db)
  {
  die('Could not connect: ' . mysql_error());
  }
$result = mysql_query("select * from goods");
echo "











";
$n = 0;
while($row = mysql_fetch_array($result))
  {
  echo "";
  echo "";
  echo "";
  echo "";
GoodsID BarCode GoodsName Category Specifications Manufacturers Numbers Instructions Pictures Update Delete
" . $row['id'] . "" . "" . "" . "" . "
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート