相关代码 |
|
include_once( "inc/auth.php" ); include_once( "inc/utility_all.php" ); $connection = openconnection( ); $query = "delete from NETDISK where DISK_ID={$DISK_ID}"; exequery( $connection, $query ); header( "location: index.php" ); echo "\r\n\r\n\r\n"; ?>