Авторизуйтесь по паролю
vova068 23.11.2015 Все вопросы » MySQL 2025
misha-koder - 2015-07-1623 ноября 2015 20:08 - #50473
vova068 - 2015-07-1623 ноября 2015 20:10 - #50474
misha-koder - 2015-07-1623 ноября 2015 21:16 - #50478
UPDATE `dle_post` SET `xfields` = CONCAT(`xfields`, IF(`xfields` != '', '||', ''), 'xf_name|xf_value') WHERE `category` REGEXP '[[:<:]](cat_id)[[:>:]]';
vova068 - 2015-07-1623 ноября 2015 22:14 - #50479
misha-koder - 2015-07-1623 ноября 2015 22:18 - #50480
header('Location: ' . $config['http_home_url'] );
header("Location: ".($config['allow_alt_url'] ? $config['http_home_url'] .'user/'.urlencode($member_id['name']).'/' : $PHP_SELF.'?subaction=userinfo&user='.urlencode($member_id['name'])));
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;