Is it possible to have two forms with two submit buttons such that when I click on the button it saves the input fields in both forms?
I'm concerning to solve this in PHP / MySQL.
I tried my own way:
if ((isset($_POST["form-1"])) && (isset($_POST["form-2"])) {
//SQL Insertion
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…