ASP Query String
From TMM Wiki
Jump to navigationJump to searchNATS 3
|
---|
On ASP servers, use the following code instead of PHP's ?<?=$_SERVER['QUERY_STRING']?>:
?<%=Request.QueryString%>
Both do exactly the same thing.
NATS 3
|
---|
On ASP servers, use the following code instead of PHP's ?<?=$_SERVER['QUERY_STRING']?>:
?<%=Request.QueryString%>
Both do exactly the same thing.