I am having three images.
<a href="a.php" class="btn"><img src="http://localhost/aaa/wp-content/themes/aaa/img/bouquet/1.png"><span class="bqy_no">1</span></a>
<a href="a.php" class="btn"><img src="http://localhost/aaa/wp-content/themes/aaa/img/bouquet/2.png"><span class="bqy_no">2</span></a>
<a class="show_img3 btn" href="a.php"><img src="http://localhost/aaa/wp-content/themes/aaa/img/bouquet/2.png"><span class="bqy_no">BRAUCHE MEHR</span></a><div class="hide_img3"><a href=#>2</a><a href="#">3</a>`
I want that on click of 1st, i should be redirected to a page a.php and get the value i.e if clicked thrugh 1, then on a.php i should get 1 and if clicked throught 2, i should get 2 on a.php
add
IDas URL Query and you will be able to get them on net page with$_GET['id']