[Solved] I am getting an undefined index error [duplicate]
You get this notice because array $_POST does not have first_name key like another ones. They are going to appeared only when you make POST request like submit the form or make AJAX call. 1. One file for GET and POST request. In your snippet I can see you have one *.php file for GET … Read more