' . mysqli_error($con) . '
'; } else { $msg = '
Report Removed
'; } } if (isset($_GET['delete'])) { $delid = htmlentities(Trim($_GET['delete'])); $query = "DELETE FROM pastes WHERE id=$delid"; $result = mysqli_query($con, $query); if (mysqli_errno($con)) { $msg = '
' . mysqli_error($con) . '
'; } else { $msg = '
Report Removed
'; } } ?>
Details of Paste ID
Username
Paste Title
Visibility
Password
Views
IP
Syntax Highlighting
Expiration
Encrypted Paste
Manage Pastes
ID User Reported Paste ID Reason More Details View Paste Delete