<%
T=Round(5.13423,5)
T=Round()
T=Round(,)
T=sqr()
Randomize Timer
P=Mid(T,3,5)
P=Mid(T,K-3,5)
P=Mid(T,3)
P=Left(T,3)
K="Hi There"
B=Replace(K,"Hi" & " mofo","Bye")
B=Replace("Hi There","Hi","Bye")
P=array(6,5,3,1,3,3,2,5)
Response.Write "Hello" & B & mid(T,5,3)
Response.Write ("Hello")
Response.ContentType="text/html"
Response.AddHeader("Content-type","text/html")
Response.AddHeader "Content-type","text/html"
Response.Redirect("http://asp2php.naken.cc/")
Response.End
Response.Expires=0
Response.Expires="30"
Response.Status="404 Not Found"
Do While T<5
Response.Write "Testing"
If T=4 Then Exit Do
Exit Do
T=T+1
Loop
Call TestFunct()
Call TestFunct(A)
Call TestFunct(A,B)
Call TestFunct(A,B,C)
T=Request("address")
G=Request.ServerVariables("USER_AGENT")
G=Request.Form
G=Request.Form("user_name")
G=Request.QueryString("query_string_user_name")
G=Request.Cookies("cookie_session_id")
G=Request.Cookies.Count
Response.Flush
G=Server.HTMLEncode("m e$?")
G=Server.URLEncode("m e$?")
Server.ScriptTimeout=20
Response.Buffer=true
Response.Buffer=false
Response.Clear
%>