| Path : /proc/self/root/var/www/html/smartcirqls.comxxx/html/admin/ |
| Current File : //proc/self/root/var/www/html/smartcirqls.comxxx/html/admin/ajax-industries-section-edit.php |
<?php
include('config/mysql_crud.php');
$db = new Database();
$db->connect();
$db->update('homepage_industries',array('name'=>$_POST['name'], 'url'=>htmlentities($_POST['url'],ENT_QUOTES))," id='".$_POST['id']."' ");
$rows = $db->getResult();
print_r($rows);
?>