Query_string + php/sql?

  • Thread starter Thread starter evachick156
  • Start date Start date
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.
 
Back
Top