Does anybody know how to remove an item from an array?
Let's say

$array('banna', 'apple','cherry')
foreach ($array as $value) {
    if ($value=='chery') DELETE $value FROM $array
...

Thanks

Reply via email to