$conn=odbc_connect("gdweb","gdlis","");
$mysql="update 系统定义 set 整数=整数+1 where 键码=3";
$result=odbc_do($conn,$mysql);
$mysql="select 整数 from 系统定义 where 键码=3";
$result=odbc_do($conn,$mysql)l
$total=odbc_result($result,1);
if (!isset($total)) $total=0;
?>