$this->connection = mysql_connect("$host", "$user", "$pswd") or die("Database connection failed ". mysql_error());
を使用する必要があります
$this->host,$this->user,$this->pswd
$this->connection = mysql_connect("$host", "$user", "$pswd") or die("Database connection failed ". mysql_error());
を使用する必要があります
$this->host,$this->user,$this->pswd