consider i have an array like this $customersids = [10 , 20 , 30 , 40] out side the loop which i am updating later according to some conditions example if updat
$customersids = [10 , 20 , 30 , 40]