1
Good afternoon,
How can I remove only one specific element of 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 inform the Name or ID of the array and want to delete it.
See if this answer helps you: http://answall.com/questions/27445/removendo-um-element-espec%C3%Adfico-em-um-array
– Geferson
Remove matrix input by its value
– rray