mysql|应用实例
一,Insert.htm源码:
Insert
Score资料表--新增资料录
二,Insert.php源码:
insert head>
mysql_connect("ftp","root","");
mysql_select_db("test");
$sql="スコアに挿入 (番号,名前,中国語) ,English,Math) 値 ($Number,'$Name',$ Chinese,$English,$Math)";
mysql_query($sql);
?> 新しい增一笔资料成功,
请反回!
用のSQL句:insert intoスコア (数字,名前,中国語,英語,数学) 値 ($Number,'$Name',$中国語,$English,$Math)