You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$resAttr=mysqli_query($con,"select product_attributes.size_id,rom_master.size from product_attributes,rom_master where product_attributes.product_id='$pid' and product_attributes.color_id=$c_s_id and rom_master.id=product_attributes.size_id and rom_master.status=1 order by rom_master.order_by asc");