PHP: $_POST - Manual - PHP: Hypertext Preprocessor
For a page with multiple forms here is one way of processing the different POST values that you may receive. This code is good for when you have distinct forms on a page. Adding another form only requires an extra entry in the array and switch statements....