passing variable between pages

后端 未结 6 1502
青春惊慌失措
青春惊慌失措 2020-12-22 02:29

Is it good way to pass variable between pages using $_GET method with url:

and take

6条回答
  •  天命终不由人
    2020-12-22 02:46

    If you're just using variables in your PHP script, you don't really need to 'pass' them. You can create a variable globally and access it from another page.

提交回复
热议问题