ASP Query String
From TMM Wiki
Revision as of 16:46, 19 May 2011 by TMMStephenY (talk | contribs)
NATS 3
|
---|
On ASP servers, use the following code instead of PHP's ?<?=$_SERVER['QUERY_STRING']?>:
?<%=Request.QueryString%>
Both do exactly the same thing.