ASP Query String
From Tmmwiki
NATS 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.