相关代码 |
|
include_once( "inc/auth.php" ); if ( $DELETE_FLAG != 1 ) { $query = "delete from BOOK_MANAGE where BORROW_ID='".$BORROW_ID."'"; exequery( $connection, $query ); } else { $query = "update BOOK_MANAGE set DELETE_FLAG='1' where BORROW_ID='".$BORROW_ID."'"; exequery( $connection, $query ); $STATUS = "1"; } header( "location: query.php?STATUS=".$STATUS ); ?>