<?php // data for connecting to mysql database $mysql = array( 'host' => 'localhost', 'user' => 'user_name', 'pass' => 'password', 'bdname' => 'database_name' ); include('class.pdo_mysqli.php'); // includes the file with PDO_MySQLi class