Difference between revisions of "ASP Query String"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 16:36, 13 November 2008
NATS 3
|
---|
On ASP servers, use the following code instead of PHP's ?<?=$_SERVER['QUERY_STRING']?>:
?<%=Request.QueryString%>
Both do exactly the same thing.