select COLUMN_TYPE from information_schema.columns where table_schema='db_name' and table_name='table_name' and COLUMN_NAME='numbers'"
array(1) {
[0]=>
array(1) {
["COLUMN_TYPE"]=>
string(78) "enum('Queued','Delayed','Processing','Completed','Paused','Error','Cancelled')"
}
}
* * * * * /usr/bin/php /var/www/symfony2/app/console your:command --option=123
decodeURIComponent('\u0418\u043d\u0432\u0435\u0440\u0442\u043e\u0440 \u0441\u0432\u0430\u0440\u043e\u0447\u043d\u044b\u0439')
"Инвертор сварочный"
var form = $(this)[0];
var formData = new FormData(form);
$.ajax({
url : 'upload.php', // your url
type : 'POST',
data : formData,
processData: false, // tell jQuery not to process the data
contentType: false, // tell jQuery not to set contentType
success : function(data) {
console.log(data);
}
});