MySQL Database Php

$mysqli = new mysqli("localhost", "root","");
$mysqli->select_db("book") or die("Can't select db!");