Hi,
does anyone know an easy way to delete an element from a php array? I mean so that foreach($array) no longer includes that element. I thought that setting it to null would do it, but apparently not.
Thanks,
Ben
|
|
|
|
|
|
|
You use
|
||
|
|
|
|
It should be noted that
So
|
||
|
|
|
|
|
||
|
|