>heroku local
[WARN] ENOENT: no such file or directory, open 'Procfile'
[OKAY] package.json file found - trying 'npm start'
[WARN] ENOENT: no such file or directory, open 'Procfile'
[OKAY] package.json file found - trying 'npm start'
16:00:55 web.1 | npm
16:00:55 web.1 | ERR! missing script: start
16:00:55 web.1 | npm ERR! A complete log of this run can be found in:
16:00:55 web.1 | npm ERR! C:\Users\newai\AppData\Roaming\npm-cache\_logs\2020-10-30T14_00_55_350Z-debug.log
[DONE] Killing all processes with signal SIGINT
16:00:55 web.1 Exited with exit code null
db_query("
INSERT INTO
SC_callbacks
(tel, call_time, ip, source, product_code, comment)
VALUES
('$num', STR_TO_DATE('".$date_time.' '.$time.":00', '%d.%m.%Y %H:%i:%s'), '$ip', '$utm_fullcompany', '$product_code', '$comment')
");
db_query("
INSERT INTO
SC_callbacks
(tel, call_time, ip, source, product_code, comment)
VALUES
('$num', STR_TO_DATE('".$date_time.' '.$time."', '%d.%m.%Y %h:%i:%s'), '$ip', '$utm_fullcompany', '$product_code', '$comment')
");
db_query("
INSERT INTO
SC_callbacks
(tel, call_time, ip, source, product_code, comment)
VALUES
('$num', STR_TO_DATE('".$date_time.' '.$time."', '%d.%m.%Y %h:%i'), '$ip', '$utm_fullcompany', '$product_code', '$comment')
");
echo $time; // >>> 14:18
db_query("
INSERT INTO
SC_callbacks
(tel, call_time, ip, source, product_code, comment)
VALUES
('$nn', '', '$ip', '$utm_fullcompany', '$product_code', '')
");