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 get it with $_GET like:
$product_id = $_GET['product_id'];