PHP question: How do you remove an element from an associative array, or can you?

Houyhnhnm

New member
I don't want to just set the value to null, I want to remove keys so they can't be read in a foreach loop. Is this possible?

Thanks,
Houyhnhnm
 
Back
Top