I found this a great resource in moving from Classic ASP to PHP (or vice verse for that matter).  It is a three part article from language basics, functions, classes and ASP object equivalents. Very handy.

http://phplens.com/phpeverywhere/node/view/30

Request Querystring equivalent for PHP and ASP.

PHP
$_GET["MyVar"];

ASP
Request.Querystring("MyVar")

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>