$this->connection= mysql_pconnect($this->server,$this->user,$this->psw);
$this->connection= mysql_pconnect($this->server,$this->user,$this->psw) or die(mysql_error());