PHP: $_POST - Manual - PHP: Hypertext Preprocessor
Make sure your submit buttons (ie. etc) have a 'value' attribute. If they don't, the value won't appear in $_POST and so isset($_POST["submit"]) won't work either. Example: isset($_POST["submit ......