<?php $arr = [ "0" => [ "gift_product" => 6475, ], "1" => [ "gift_product" => 7377, ], "2" => [ "gift_product" => 6367, ], ]; echo implode(",", array_column($arr, "gift_product"));
You have javascript disabled. You will not be able to edit any code.