i am trying to use $GET['type'] and $GET['gender'] to grab the values on this url: {php]<a href="add_runner_limit.php?type=<?php echo m;?>?gender=<?php echo f;?>">Add Runner</a>[/code]
however the _GET only manages to get the 'type' value am i using the right synatax on this url