Авторизуйтесь по паролю
Lady 03.06.2014 rss Все вопросы » Общие вопросы 3261
Roman.NMSK - 2015-01-303 июня 2014 17:51 - #29557
$xml->content[$i]['description'] = str_replace("<br>", " ", str_replace("<br />", " ", $xml->content[$i]['description'] ) );
Lady - 2015-01-303 июня 2014 17:56 - #29558
$content['description'] = str_replace( "<br>", " ", str_replace( "<br />", " ", $content['description'] ) );
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;