Recommended: What’s the difference between ASP and PHP What is PHP PHP stands for a hypertext processor, which means you must know that it is a server-side processing language and comes in HTML. Its most commonly used place is web pages, where data is sent from the client to the web server, information is processed and the result is returned. But this universal language is not limited to web pages at all, PHP can also be used in command line shells
asp gets the current URL
Asp does not directly use functions to obtain the current url like JavaScript. In the past, I naively thought that asp did not have a method to obtain the current url. But recently I found that it is actually OK. If LCase(Request.ServerVariables(HTTPS)) = off Then
strTemp = http://
Else
strTemp = https://
End If
strTemp = strTemp & Request.ServerVariables(SERVER_NAME)
If Request.ServerVariables(SERVER_PORT) <> 80 Then
strTemp = strTemp & : & Request.ServerVariables(SERVER_PORT)
end if
Share: How to intercept the code of the Asp background login password In a security check, I actually got the webshell, but I also need the social worker to have other information in his email address, so I have to know his habits. The database was downloaded, but the md5 password could not be decrypted. Alas, it seems that you just need to record his login administrator account password! Save the trouble of getting rid of the problem! This password is not important or not.