??:
???? ????? ??? ???. ???? ???? ?????. ??? ? ?????? ??? ?? ??? ????. ?? ?? ??? ? ??? ????? ?? ????? ??? ??? ???? ?? ???? ?? ?????. ?? ??? ?? ??? ?? ???? ??? ???? ???? ???? ?? ?? ????? ????? ?????.
?? ??? ?? ???
?? ????? ??? ? ??? ?? ?? ?????? ?? ??? ???? ?? ? ???? ?? ???? ?? ? ???? ?????. ? ??? ???? ?? ??? isset($_POST['form1']) ? ??? ? ?????
?? ??? ????? ?? ??? ???? ???? ?? ? ????.
`<div id="myCarousel" class="carousel slide"> <!-- Indicators --> <ol class="carousel-indicators"> <li class="item1 active"></li> <li class="item2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <!-- 1st input form for carousel slide --> <form method="post" name="form1"> <!--- code for 1st carousel --> </div> </form> <div class="item"> <!-- 2nd input form on other slide --> <form method="post" name="form2"> <!-- code for 2nd slide --> </form> </div> </div> <!-- submit button that takes data selected from other carousel fields --> <form method="post" name="btn-submit"> <button name="btn">Click here</button> </form>`
??? ??? ???? ??? ???? ??? ? ????. ?:
?????? ?? ??? ???? $_POST["formName"]
中的值 ? ?????.