PHP - form action calling itself, how to display everything in 1 page?

后端 未结 9 1359
暖寄归人
暖寄归人 2021-01-22 14:43

I have two .php files as such:

test1.php



    Sample


    
9条回答
  •  长情又很酷
    2021-01-22 15:17

    set the variables up before the form as placeholders and check for isset

    
    
    
        Please enter a number 

    You have chosen:

提交回复
热议问题