D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
shubmkcj
/
urbane.createerp.com
/
Filename :
restore_company_profile_data.php
back
Copy
<?php ob_start(); session_start(); include 'config.php'; $id = $_GET['id']; $sql = "UPDATE `company_details` SET `data_delete`='no' WHERE id='$id'"; if ($conn->query($sql) === TRUE) { $_SESSION['restore'] = "restore" ; echo '<script>location.replace("manage_company_profile.php")</script>'; } else { echo '<script>alert("Error !")</script>'; } ?>