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