sbrewer 01 December 2005 Mike, the asp equivalent of the php file should be something like: @ Dim the_name the_name = Server.HTMLEncode(Request.Querystring(“greeting-name”)) Response.Write(“Season’s Greetings, ” & the_name & ”!”)@
Mike, the asp equivalent of the php file should be something like:
@
Dim the_name the_name = Server.HTMLEncode(Request.Querystring(“greeting-name”)) Response.Write(“Season’s Greetings, ” & the_name & ”!”)@