📌  相关文章
📜  如何使用会话将值从一个 php 页面传递到另一个页面 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:26.796000             🧑  作者: Mango

代码示例2
//Thanks for the answers above. Here's how I did it, I hope it helps those who follow. I'm looking to pass a registration number from one page to another, hence regName and regValue:

//Create your first page, call it set_reg.php:



//Create your second page, call it get_reg.php:

Back to set_reg.php