I am trying to built a search page for products in which i have two table products and inventory, i have my product details in product and inventory details like color,size,pric
You can catch values from an url. you can use " $_GET['parameter'] "
$color = $_GET['color']; $category = $_GET['cat'];