相关代码 |
|
include_once( "inc/auth.php" ); $CUR_DATE = date( "Y-m-d", time( ) ); $query = "delete from ATTEND_OUT where USER_ID='".$LOGIN_USER_ID."' and SUBMIT_TIME='{$SUBMIT_TIME}' and STATUS='0'"; exequery( $connection, $query ); header( "location: index.php" ); ?>