How to post value to multi php page?

后端 未结 4 1986
滥情空心
滥情空心 2021-01-22 20:28

the input button is in index.php

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-22 20:39

    Make "page.php" and include the files like:

    include "image1.php";
    include "image2.php";
    include "image3.php";
    

    But don't forget to store the images instead of outputting them.

    You also could put the values in an $_SESSION, and use something like this:

    " alt="" />
    " alt="" />
    " alt="" />
    

提交回复
热议问题