File manager - Edit - /home/custbahd/mediagepr.com/admin/comments/decline.php
Back
<?php session_start(); include_once('db/connection.php'); if(isset($_GET['id'])){ $sql = "UPDATE comments SET approve = '2', decline = '1' WHERE id = '".$_GET['id']."'"; //use for MySQLi OOP if($conn->query($sql)){ $_SESSION['success'] = 'Comment declined successfully'; } /////////////// //use for MySQLi Procedural // if(mysqli_query($conn, $sql)){ // $_SESSION['success'] = 'Member updated successfully'; // } /////////////// else{ $_SESSION['error'] = 'Something went wrong in declining the comment'; } } else{ $_SESSION['error'] = 'Select a comment to declined first'; } header('location: index.php'); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 1.49 |
proxy
|
phpinfo
|
Settings