PHP 教您新增資料到MySql insert into. //範例: $str = "insert into dbNAME (sn,user, email,note) VALUES ('$sn'.'$user','$email','$note')";. mysql_query($str);.
www.google.com.tw