Currently I am working on a HTML page where I can upload an Excel and also get data from database between a specified date range. One submit button would bring out data from excel and database and compare value from both list and shows up the conflicting values. I need to add another submit button where the user can set how the mapping must be done for the conflicting values in the same form.
How to use two submit buttons simultaneously with data posted in first submit button accessed in second submit button in PHP?