save.php

来自「开源的 库存管理系统 www.minierp.cn php+ mysql」· PHP 代码 · 共 42 行

PHP
42
字号
<?php

$t_AUTOID=$_GET[x_AUTOID];
if (empty($t_AUTOID)){$t_AUTOID=0;};

$t_ID     =$_GET[x_ID]; 		
$t_PROD01 =$_GET[x_PROD01];		
$t_PROD02 =$_GET[x_PROD02];		
$t_PROD03 =$_GET[x_PROD03];		
$t_PROD04 =$_GET[x_PROD04];		
$t_PROD05 =$_GET[x_PROD05];		
$t_PROD06 =$_GET[x_PROD06];		
$t_PROD07 =$_GET[x_PROD07];		
$t_PROD08 =$_GET[x_PROD08];		
$t_PROD09 =$_GET[x_PROD09];		
$t_PROD10 =$_GET[x_PROD10];		
$t_PROD11 =$_GET[x_PROD11];		
$t_PROD12 =$_GET[x_PROD12];		
$t_PRODID =$_GET[x_PRODID];		

if (empty($t_ID)){$t_ID=0;};
$t_ID     =$_GET[x_ID]; 		
if (empty($t_PROD01)){$t_PROD01=NULL;};
if (empty($t_PROD02)){$t_PROD02=NULL;};
if (empty($t_PROD03)){$t_PROD03='NULL';};
if (empty($t_PROD04)){$t_PROD04=NULL;};
if (empty($t_PROD05)){$t_PROD05=NULL;};
if (empty($t_PROD06)){$t_PROD06=NULL;};
if (empty($t_PROD07)){$t_PROD07='NULL';};
if (empty($t_PROD08)){$t_PROD08=NULL;};
if (empty($t_PROD09)){$t_PROD09='NULL';};
if (empty($t_PROD10)){$t_PROD10=NULL;};
if (empty($t_PROD11)){$t_PROD11=NULL;};
if (empty($t_PROD12)){$t_PROD12='NULL';};

$t_PRODID =$_GET[x_PRODID];		
/*
        [x_AUTOID] => 0
    [x_ID] => 			//鐢㈠搧ID
    [x_PROD01] => 		//鐢㈠搧鍚嶇ū
    [x_PROD02] => 		//鐢㈠搧绨$ū
    [x_PROD03] => 		//搴忚櫉绠″埗 0.涓嶇

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?