Hi all:
I have a querystring and a redirect. I cannot get the querystring to work.
- Coming into msc_preapprove.php is
msc_preapprove.php?P=CSA
- The code on msc_preapprove.php is:
<?php
header( 'Location: msc_preapprove.asp?P=$_GET['P']' ) ;
?>
Yet when it redirects to msc_preapprove.asp, instead of the value of "P" (CSA) appearing, "$_GET['P']" is appearing instead.
Any help appreciated!
Thank you!