[Solved] Filter 2D array using another 2D array where differently keyed column values intersect
[ad_1] Here is a way to do it : First, you need to extract the firepack_id you need to look for, then you need to loop through $arr1 and check if Firepack_sn is the same than than one of the firepack_id you extracted before, if yes, then you add it to an array. $arr1 = … Read more