<a href="test.php">Click Test</a>
For example, there is such a tag hyperlink
How to get "Click Test" through php "These words?"
How to write test.php,
王萌2020-07-24 11:33:34
I also have the same question. One page has implemented parameter passing ***.PHP?id=XXX. How can another page obtain this parameter? In other words, how to write after "SELECT * FROM database name where field name="?
扬帆,起航.2020-07-08 00:24:42
There are two pages
1.html contains this content
<a href="test.php">Click to test</a>
It is not obtained from a single page, but obtained by clicking to jump to the php page