PHP Script : Section 08 : How to Add New Record in to the Table with PHP Script
require('./config/config.inc.php');
if ($_POST[cmdinput]){
// field : idcu, cname, cstatus
mysql_query("insert into c_user SET cname='".$_POST[txtcname]."',cstatus='".$_POST[txtstatus]."'");
?>
}
?> more : web.solusi@gmail.com
No comments:
Post a Comment