document.cookie
The Flexible SSL option allows a secure HTTPS connection between your visitor and Cloudflare, but forces Cloudflare to connect to your origin web server over unencrypted HTTP. An SSL certificate is not required on your origin web server and your visitors will still see the site as being HTTPS enabled.
$DB->query("INSERT INTO `Tovar` (`name`,`price`) VALUES
('Гвозди','34'),
('Молоток','150'),
('Лопата','100');");
mysql> SELECT * FROM Tovar;
+----+----------------+-------+
| id | name | price |
+----+----------------+-------+
| 1 | Гвозди | 34 |
| 2 | Молоток | 150 |
| 3 | Лопата | 100 |
+----+----------------+-------+
3 rows in set (0.01 sec)