<?php $plans[] = array( 'provider' => 'Boost Mobile', 'plan' => 'Unlimited Gigs', 'url' => 'https://www.boostmobile.com/#!/shop/plans/monthly-phone-plans/', 'price' => 50, 'duration' => 'month', ); print_r($plans); echo $plans[0]['plan'];
You have javascript disabled. You will not be able to edit any code.