Good afternoon,
How can I remove only a specific element from the array
$produto = Array([0] => Array("ID" => "12", "Nome" => "Produto1", "Valor" => "45,50") [1] => Array("ID" => "13", "Nome" => "Produto2", "Valor" => "45,90"));
In this case, the client will enter the Name or ID of the array and want to delete it.