<div class="wrap-input100 validate-input bg1 rs1-wrap-input100">
<div class="contact100-form-btn" id="add_driver">
<span>
Add another Driver
<i class="fa fa-long-arrow-right m-l-7" aria-hidden="true"></i>
</span>
</div>
</div>
<script>
var count = 0;
jQuery("#add_driver").click(function(){
count++;
}); </script>
how can i pass the value of the variable count to the next page using php sessions or any other method? is there any simple way to do it?