$ID=$_POST['ID'];
$T1=$_POST['T1'];
$T2=$_POST['T2'];
$T3=$_POST['T3'];
$T4=$_POST['T4'];
$T5=$_POST['T5'];
$T6=$_POST['T6'];
$T7=$_POST['T7'];
$T8=$_POST['T8'];
$T9=$_POST['T9'];
$T10=$_POST['T10'];
$T11=$_POST['T11'];
$T12=$_POST['T12'];
$T13=$_POST['T13'];
$DATE=$_POST['DATE'];
if($_POST['B1'])
{
putenv("ORACLE_SID=");
putenv("ORACLE_HOME=c:\orant");
$handle = ora_plogon("system",  "manager");
$cursor = ora_open($handle);
ora_commitoff($handle)
$query = "insert into nanyue values($ID,$T1,$T2,$T3,$T4,$T5,$T6,$T7,$T8,$T9,$T10,$T11,$T12,$T13,'$DATE')";
ora_parse($cursor, $query) ;
ora_exec($cursor);
$ERROR="提示:你已经正确输入并保存!";
ora_close($cursor);
ora_commit($handle);
}