<ul class='menu'>
<li>IMAGE<span class='menuText'> Текст</span>
...
</ul>
media screen and (max-width:299px) {
.menuText { display: none; }
}
Почему-то редактор в коде @ съедает. SELECT `id`
FROM `table`
WHERE CURTIME() BETWEEN `start_time` AND `finish_time`
AND `next_time` < $current_time;
UPDATE `table` SET `next_time` = `next_time` + `interval`*60
WHERE `id` IN ({$task_list});
UPDATE `table` SET `next_time` = `start_time`
WHERE `next_time` > `finish_time`;
ReferenceError: новокузнецк is not defined reader.js:48
ReferenceError: команды is not defined reader.js:48
ReferenceError: не is not defined reader.js:48
$req = $mysqli->prepare(
"SELECT `id` FROM `content` ".
"WHERE ('' = ? OR `lic` = ?) ".
"AND ('' = ? OR `selection` = ?) ".
"AND ('' = ? OR `type` = ?)"
);
$req->bind_param('ssssss', $lic, $lic, $selection, $selection, $type, $type);