Skip to content

magento man

Is hostfe.com a good option?

Recently i came across hostfe hosting plan and it was for 8$, which is a good price for a small website that i have, yet does anyone have an… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1953664&goto=newpost

Choosing an ISP

Hi guys, I live in the EU and I am not happy about the increasing censorship that is happening here. I am looking for a hosting provide… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1953411&goto=newpost

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