Possible Duplicate:
PHP: How to remove specific element from an array?
Here in my $_POST, I am quite confused on how to trim or drop the key 'submit'. I'm quite confused with this array manipulation. Thanks.
Array
(
[Physical_Education] => 43
[Statistics] => 34
[Biology] => 43
[Math] => 34
[quarter] => 1
[submit] => Submit Grades
)