It should be include($_SERVER['DOCUMENT_ROOT'].'/classes/DB.php'); instead of include('classes/DB.php');
It should be
include($_SERVER['DOCUMENT_ROOT'].'/classes/DB.php');
instead of
include('classes/DB.php');