I have example those values:
$waiting['s9d8393838333'][] = array("client_id" => "2039833");
$waiting['s9d8393838333'][] = array("client_id" => "1039833");
How can i delete a client_id from the array? ex if i will delete client_id => 2039833 ?
foreach ( $waiting as $e => $array):
if ( $array['client_id'] == $clientID):
//Here i should delete that index ???
endif;
endforeach;
array("client_id" => 2039833")or"client_id" => 2039833?$waiting?