相关代码 |
|
include_once( "inc/auth.php" ); if ( $ITEM_ID == "" ) { exit( ); } $query = "delete from SCORE_ITEM where ITEM_ID=".$ITEM_ID; exequery( $connection, $query ); header( "location: index.php?GROUP_ID=".$GROUP_ID."& CUR_PAGE=".$CUR_PAGE ); ?>