PHP Pass variable to next page

后端 未结 8 2456
Happy的楠姐
Happy的楠姐 2020-11-21 06:40

It seems pretty simple but I can\'t find a good way to do it.

Say in the first page I create a variable

$myVariable = \"Some text\";
<
8条回答
  •  后悔当初
    2020-11-21 07:16

    Sessions would be the only good way, you could also use GET/POST but that would be potentially insecure.

提交回复
热议问题