



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', '')
");