<?php $response = array(); // include db connect class require_once '../db_connect.php'; // connecting to db $db = new DB_CONNECT(); ?>