Hi,
I do not know how to remove a specific element in my array. I am only given the key of the element, and the key is a string (it does not represent the index)
how would i go about removing just that element?
please help
Pete
Not sure what you mean by the bit in (), but if I read your question right,
unset($array[$key]);
Thanks heaps,
that did the job
regards,