I am trying to unset an array by value. I only have the ExerciseID
and need to unset
the array that it belongs too.
My array is structured like so:
Array
(
[0] => Array
(
[ExerciseID] => 644
[Sets] =>
[Reps] =>
)
[1] => Array
(
[ExerciseID] => 33
[Sets] =>
[Reps] =>
)
)
Many thanks in advance.