我有一个php页面(在本地运行):
http://localhost/webpagefolder/home.php
Run Code Online (Sandbox Code Playgroud)
单击其他页面时,URL会更改以反映该页面.所以它现在变成:
http://localhost/webpagefolder/home.php?here=delivery
Run Code Online (Sandbox Code Playgroud)
因为我选择了送货页面.
如何在变量后面的=之后存储零件?
像$name = delivery(或之后显示的任何东西=)
提前致谢