%PDF- %PDF-
Direktori : /home/nailstv/public_html/admin/ |
Current File : /home/nailstv/public_html/admin/_setkiemelt.php |
<?php if(empty($_POST)) die; require_once '../config/config.php'; Registry::set('debug', false); $db = Db::getInstance(); $a = $_POST['kiemelt'] == 'true' ? 't' : 'f'; settype($_POST['id'], integer); $bind = array($_POST['id']); $sql = "UPDATE " . $_POST['table'] . " SET kiemelt = '" . $a . "' WHERE id = ?"; $db->query($sql, $bind); ?>