Skip to content

Connection Error:SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for localhost.dbname=myblog failed: No such host is known

This is my code: <?php class Database { private $host = ‘localhost’; private $db_name = ‘myblog’; private $username = ‘root’; private $password = ”; private $conn; public function connect() { $this->conn = null; try { $this->conn = new PDO(‘mysql:host=’ .… Read More »Connection Error:SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for localhost.dbname=myblog failed: No such host is known

configurable product

I want to create a configurable product to choose different options and created with the following video: https://www.youtube.com/watch?v=eE77HiN4QsU&t=212s Also when I open now my categoriesite algenentferner I have a problem with my design. normaly I will get all products of… Read More »configurable product