Learn to use the php and code tags when you post scripts.
// raise query to fill subcategory boxs and put a ahref link to the product page in more info
$getsubcatbox="SELECT s.maincategory_id,s.subcategory_name, s.subcategory_id, s.subcategory_description, s.subcategory_small_image, s.category_id, s.subcategory_price_desc, s.subcategory_price,p.product_id , p.subcategory_id
FROM subcategories AS s, products AS p
WHERE p.subcategory_id = s.subcategory_id AND s.maincategory_id=$_GET[maincat_id]";
More likely to get an answer if it is easy to read.