G:
/
PleskVhosts
/
seeonsoft.com
/
hp.thefalconunited.com
/
up file
home
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> </head> <body> <?php include('config.php'); $id = filter_input(INPUT_GET, 'id'); $js->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $result11 = $js->prepare('DELETE FROM `marketingclients` WHERE `id` = :id '); $result11->bindParam(':id', $id); $result11->execute(); ?> <script type="text/javascript"> alert("Have Successfully Deleted"); window.location = 'home.php'</script> </body> </html>