I have a var dump of unserialized data that looks like this
array(3) { ["product_options"]=> array(1) { [594]=> string(4) "2497" } ["is_edp"]=> string(0) "" ["base_price"]=> float(17.99) }
Can anyone help me get the data out of this array. I specifically need to access the [594] and get it to print out 2497. Any solutions or advice would be extremely appreciated. Thanks for your help!