How to pass parameters with `include`?

前端 未结 6 1414
醉梦人生
醉梦人生 2021-02-15 16:50

I have a PHP script called customers.php that is passed a parameter via the URL, e.g.:

http://www.mysite,com/customers.php?employeeId=1

Inside my customers.php s

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-15 17:23

    You can pass the value through Session

    Like

    
    

    In person_info.php, start the session and put all session value in the variable and unset the session.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题