How to pass variables between php scripts?

前端 未结 7 1954
梦如初夏
梦如初夏 2020-12-03 15:15

Is there any way to pass values and variables between php scripts?

Formally, I tried to code a login page and when user enter wrong input first another script will

7条回答
  •  無奈伤痛
    2020-12-03 15:28

    I would say that you could also store a variable in cache if you really need.

提交回复
热议问题