Ok, let's say I have a an array, and that array contains three elements, "bob", "joe", and "ed". Now, let's say I want to remove the element "bob" so that my array only contains "joe" and "ed". I know this is a really simple question, but as I said I haven't worked in PHP in quite awhile and I'm just a bit rusty. I've looked through the manual and found all kinds of functions to sort etc, but I cannot remember how to just drop an element from an array.