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