Can some one give me a solution for this error. This the error that im getting
Notice: Array to string conversion in C:\xampp\htdocs\TomisStore\functions\add_to_cart.php on line 47 Array
$newCart = new Cart();
$statement3 = $dbCon->prepare("SELECT MAX(cart_NO) FROM cart");
$statement3->execute();
if ($statement3->rowCount() > 0) {
$result2 = $statement3->fetch();
} echo $result2;