Hi, I have wamp installed, but when I run a connection, it does not work for me, it says it does not work. mysqli
private function connectDB(){
$this->link = new mysqli($this->host, $this->user, $this->pass, $this->dbname);...
asked by
10.09.2016 / 18:06