PHP retrieves formURL [urgent, online, etc.] with two pages. Index.html and index_do.phpindex.html: & lt; form & nbsp; name = "userlogin" & nbsp; action = "/member/I PHP get form URL [urgent, online, etc]
There are two pages.
Index.html and index_do.php
Index.html:
PHP: How do I obtain the submission address from the page?
Because index.html is called by N pages.
As shown in the following figure, index.html is used to submit logon data:
①. Http: // localhost/
②. Http: // localhost/works/
③ Http: // localhost/works/end/index.html
Expected results:
Index_do.php
// The logon data is submitted on page ③.
Echo "you have logged on from the following address:". "http: // localhost/works/end/index.html ";
?>
Please
Php url label shared:
------ Solution --------------------
$ _ SERVSR ['http _ referer']
------ Solution --------------------
Add a hidden input with the value of action.
------ Solution --------------------
We recommend that you check the $ _ SERVSR usage of PHP.
------ Solution --------------------
Print $ _ SERVSR directly on the page and you may have a deeper understanding.