Что то устанавливал, не знаю точно что помогло
Теперь показывает
Illuminate\Database\QueryException : SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = blog and table_name = migrations)
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
document.getElementById('sity_NP').scrollTop+=26;
if(select>10&&select>showEle[0]&&select>showEle[1])
document.querySelectorAll('#sity_NP a')[selectP].style.background='rgb(255,255,255)';
document.querySelectorAll('#sity_NP a')[selectP].style.color='rgb(31,61,106)';
RETURN (SELECT бла-бла-бла);
CREATE FUNCTION manager (n VARCHAR(255), s VARCHAR(255))
RETURNS VARCHAR (255)
BEGIN
RETURN (
SELECT CONCAT(`n`, ' ', `s`) FROM personal WHERE `name` = n AND `surname` = s LIMIT 1
);
END
# Initialization
RewriteEngine on
# Engine routing
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php [L]
Array
(
[0] => Array
(
[ID] => 4887
[IBLOCK_ID] => 302
[NAME] => Производитель
[TEST] => Основное
)
[1] => Array
(
[ID] => 4888
[IBLOCK_ID] => 302
[NAME] => Производство
)
[2] => Array
(
[ID] => 4889
[IBLOCK_ID] => 302
[NAME] => Частота
[TEST] => Не основные характеристики
)
)
// store map locations list wrapper.
var mapLocationsEl = $('.map-locations');
// create a map object, and include the MapTypeId to add to the map type control.
var mapOptions = {
center: {
lat: 56.3010164,
lng: 43.9399994
},
streetViewControl: 0,
gestureHandling: 'cooperative',
zoom: 12
};
var map = new google.maps.Map(document.getElementById('map'), mapOptions);
// associate the styled map with the MapTypeId and set it to display.
map.mapTypes.set('map_style', styledMap);
map.setMapTypeId('map_style');
Вопрос 2. Предполагается, что будет несколько форм и у каждой одна кнопка для сабмита, или одна форма с несколькими кнопками? Просто в данном случае обрабатывается не кнопка, а событие отправки формы, т.е. это уже должно работать для любого количества кнопок, сабмитящих данную форму.