Hi,
I want to create list of items on my header to which if selected sends that value to my Div class where my search code is there as input to it.
I have seen href works for pointing to.php with id value as parameter. but what is syntax for pointing to div class with parameter value.
my href would look like this but this doesn't work:
<a href=#hovergallery?var="furniture">furniture</a>
my div class is:
<div class="hovergallery" id="hovergallery">
<?php
include('connection.php');
$ecategory_search=$_GET['id'];
....
Kindly send me href syntax for it.
Regards,
Ankit