php简单データ保存程序 php简单データ保存程序 ラベル> ラベル> ラベル> ラベル> ラベル> フォーム> include(dirname(__FILE__).'./inc/gg_function.php'); if($_POST) { $_cname = Get_value('cname',1); $_address = Get_value('caddress',1); $_tel = Get_value('ctel',1); $_fix = Get_value('cfix',1); $_mail = Get_value('cmail',1); if( empty($_cname) || strlen( $_cname )>200 ) { ShowMsg('请输入公司名!'); } elseif( empty( $_address ) || strlen( $_address )>200 ) { ShowMsg('请输入公司地址!'); } elseif( empty( $_tel ) || strlen($_tel)>12 ) { ShowMsg('请输入正确的電気话号'); } elseif( empty($_fix) || strlen( $_fix )>20 ) { ShowMsg('输入传真号'); } elseif( empty( $_mail ) || strlen( $_mail )>254 ) { ShowMsg('输入正确的邮件地址'); } 他{ $_sql = "gx_coo(c_name,c_address,c_tel,c_fix,c_maile)value('$_cname','$_address','$_tel','$_fix','$_mail')に挿入します"; if( mysql_query( $_sql ) ) { ShowMsg('情報保存成功!'); } それ以外 { ShowMsg('操作失敗败请重试一次!'); } } } ?> http://www.bkjia.com/PHPjc/629743.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/629743.html技術記事 php简单データ保存程序 php简单データ保存程序 form id=form1 name=form1 Method=post action= label input type=text name=cname / /label p label input type=text name=caddress...