How to compare data in session with PHP?
The $_SESSION has the following data array. Array ( [totalprice] => 954 [cart] => Array ( [115] => Array ( [name] => MÅNESKINN [price] => 268.00 [count] => 1 ) [80] => Array ( [name] => DELFINLEK [price] => 268.00 [count] => 1 ) [68] => Array ( [name] => OPPDAGELSEN [price] => 418....