Object oriented style
Connect to Server
$conn = new mysqli("localhost","my_user","my_password");
Set the default database: $conn->select_db("my_db");
Connect to Database
$conn = new mysqli("localhost","my_user","my_password&q...