E
evachick156
Guest
I need to pass zipCode and email address to the following:
<a href="test.php?zipCode="<?php=$_SESSION['zipCode']?>"&email="<?php=$_SESSION['emailAddy']?>"
>CLICK HERE</a>
But it doesnt work. Please help.
<a href="test.php?zipCode="<?php=$_SESSION['zipCode']?>"&email="<?php=$_SESSION['emailAddy']?>"
>CLICK HERE</a>
But it doesnt work. Please help.