How can I display a picture using php array so far using html didn't work its just displaying the string itself. Here is my code for it :
$output = array(
'order_table' => $order_table,
'cart_item' => '<img src="samples/cart.png">' .count($_SESSION["shopping_cart"])
);