mysqlServer = "192.168.1.253"; // Your test server } while ($this->connect($this->mysqlServer, $this->username, $this->passwd, $this->database) === false) { //logger(ERROR,_("Connection to sql server error :") . $this->connect_error, __FILE__ . ":" . __LINE__); sleep(5); $flagError = true; } if ($flagError === true) { //logger(ERROR, _("Connection to sql server ready"), __FILE__ . ":" . __LINE__); } $result = new mysqli_result($this); } function protect($string) { return $this->real_escape_string($string); } } ?>