INSERT INTO `news` (title,content,category,date, res_name, res_link) VALUES ('', '$this->title', '$this->content','$this->category', '$this->date', '$this->res_name', '$this->res_link')
curl_setopt($ch, CURLOPT_COOKIEFILE, realpath('cookie.txt'));
$str=(string)'61529519452809720693702583126814';
var_dump($str);string(32) "61529519452809720693702583126814"
<link rel="stylesheet" href="css/main.css?v=1">
(function() {
tinymce.create('tinymce.plugins.insert_gallery', {
init : function(ed, url) {
ed.addButton('insert_gallery', {
title : 'Вставить слайдер',
image : url + '/img/gallery.png',
onclick : function() {
ed.selection.setContent('<xpageslider> </xpageslider>');
}
});
},
createControl : function(n, cm) {
return null;
},
});
tinymce.PluginManager.add('insert_gallery', tinymce.plugins.insert_gallery);
})();