i am trying to pass values from one cases statement to another. but i dont have a submit button. im trying to pass it through the <a href> tag. this is where im at but it doesnt work.
"<a href='mens.php?whatCase=mensWatches&whichBrand=Alain Siberstein'></a>"
recieving case starts as such
<?php
if (!empty($GET['whatCase'])){
$src = $GET['whatCase'];
}else{
$src = 1;
}
switch($src){
case 'mensWatches':
$whichBrand =$_POST['whichbrand'];