ASP Query String
From TMM Wiki
Jump to navigationJump to searchNATS 3
|
---|
On ASP servers, use the following code instead of PHP's ?<?=(!empty($_REQUEST['nats']) && !preg_match('/[\'\"<>()\\\+\[\]]/', $_REQUEST['nats']))?'&nats='.$_REQUEST['nats']:?>:
?<%=Request.QueryString%>
Both do exactly the same thing.