国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 數(shù)據(jù)庫(kù) > MySQL > 正文

Php應(yīng)用實(shí)例--新增資料錄到MySQL資料表

2024-07-24 12:56:04
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

一,insert.htm源碼:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>insert</title>
</head>

<body>
<p>score資料表--新增資料錄
</p>
<p><hr noshade></p>
              <form name="form1" method="post" action="insert.htm">
                <table width="200" border="0" align="center">
                  <tr>
                    <td>number</td>
                    <td><input type="text" name="number"></td>
                  </tr>
                  <tr>
                    <td>name</td>
                    <td><input type="text" name="name"></td>
                  </tr>
                  <tr>
                    <td>chinese</td>
                    <td><input type="text" name="chinese"></td>
                  </tr>
                  <tr>
                    <td>english</td>
                    <td><input type="text" name="english"></td>
                  </tr>
                  <tr>
                    <td>math</td>
                    <td><input type="text" name="math"></td>
                  </tr>
                  <tr>
                    <td><input type="submit" name="submit" value="提交"></td>
                    <td>&nbsp;</td>
                  </tr>
                </table>
              </form>
     <hr noshade>
   
</body>
</html>

二,insert.php源碼:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>insert</title>
</head>

<body>
<?php
mysql_connect("ftp","root","");
mysql_select_db("test");
$sql="insert into score (number,name,chinese,english,math) values ($number,'$name',$chinese,$english,$math)";
mysql_query($sql);
?> 新增一筆資料成功,<a href="insert.htm">請(qǐng)反回</a>!
</body>
</html>

所用到的sql語(yǔ)句:insert into score (number,name,chinese,english,math) values ($number,'$name',$chinese,$english,$math)


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 兴海县| 关岭| 汉寿县| 达孜县| 辽宁省| 监利县| 六安市| 辉南县| 阳泉市| 宜章县| 阳城县| 惠东县| 肥东县| 花莲市| 江源县| 邢台县| 承德市| 两当县| 曲阜市| 定安县| 青田县| 梨树县| 广东省| 海门市| 古蔺县| 建昌县| 宁强县| 金华市| 灵山县| 兴宁市| 株洲市| 中卫市| 克拉玛依市| 台北市| 炉霍县| 辰溪县| 黎平县| 称多县| 仪征市| 咸宁市| 苍山县|