フォーム作成の問題

WBOY
リリース: 2016-06-23 14:16:40
オリジナル
1219 人が閲覧しました

次のようなフォームを作成したいです


初心者です。インターネットで同様のコードを見つけて修正しましたが、効果はまったく思っていたものと異なりました


製品名の機能を実現したいと思います。データベース内のすべての製品をリストし、選択ボックスにチェックを入れると、製品を購入してアドバイスを求めることになります。 コードは次のとおりです。




商品を検索




< tr align="center" bgcolor="#CC99FF">
40">製品名
< php
include('conn.php'); //データベースに接続します。 mysql_query(sale_systemを使用する "$ sql =" Select Commodity "); bgcolor="#FFFFFF"> 「購入」>

& lt;td height="20" align="center">                  



}
while($info=mysql_fetch_array($sql));
?>







 
 






回复讨论(解决方案)

除了这个  見られない大问問題
复选框用数組方式命名は对的
ただし、id は同名不可、js 操作時は问题
值(値)は商品の唯一の识别情報(通常は id)、不成立不知道买的是什么了

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gbk" /><title>查询商品</title></head>  <tr valign="top" bgcolor="#FFFFFF">     <td height="81">      <table width="100%" border="0" cellpadding="0" cellspacing="0">        <tr>          <td height="79" align="center" valign="top"> <br>              <table width="356"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#625D59">                <tr align="center" bgcolor="#CC99FF">                  <td width="40">购买</td>                  <td width="40">商品名</td>                  <td width="40">送单时段</td>                  <td width="40">订单备注</td>                </tr>  <?phpinclude('conn.php');//连接数据库。mysql_query("use sale_system");$sql=mysql_query("select commodity from stock");$info=mysql_fetch_array($sql); do{    ?>                <tr align="left" bgcolor="#FFFFFF">        </tr>                  <td height="20" align="center"><input name="fond[]" type="checkbox" id="fond[]" value="购买">        购买</td>                  <td height="20" align="center"><?php echo $info['commodity']; ?></td>                  <td height="25"  align="center"><select name="select">                      <option value="中午">中午</option>                      <option value="下午">下午</option>                      <option value="晚上" selected>晚上</option>                   </select></td>                </tr>                <?php}while($info=mysql_fetch_array($sql));?>             </table></td>        </tr>      </table>    <br></td>   </tr> </table></body></body></html> 
ログイン後にコピー

抱歉、上面発行错了

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gbk" /><title>查询商品</title></head>  <tr valign="top" bgcolor="#FFFFFF">     <td height="81">      <table width="100%" border="0" cellpadding="0" cellspacing="0">        <tr>          <td height="79" align="center" valign="top"> <br>              <table width="356"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#625D59">                <tr align="center" bgcolor="#CC99FF">                  <td width="40">购买</td>                  <td width="40">商品名</td>                  <td width="40">送单时段</td>                  <td width="40">订单备注</td>                </tr>  <?phpinclude('conn.php');//连接数据库。mysql_query("use sale_system");$sql=mysql_query("select commodity from stock");$info=mysql_fetch_array($sql); do{    ?>                <tr align="left" bgcolor="#FFFFFF">                  <td height="20" align="center"><input name="fond[]" type="checkbox" id="fond[]" value="购买">购买</td>                  <td height="20" align="center"><?php echo $info['commodity']; ?></td>                  <td height="25"  align="center"><select name="select">                      <option value="中午">中午</option>                      <option value="下午">下午</option>                      <option value="晚上" selected>晚上</option>                   </select></td>                  <td height="20" align="center">备注</td>                </tr>                <?php}while($info=mysql_fetch_array($sql));?>             </table></td>        </tr>      </table>    </td>   </tr> </table></body></body></html> 
ログイン後にコピー

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