0){ $attr_parent_id=mysql_result($rs_parent_id,0,int_attribute_id); $pipe=$attr_parent_id."|".$att_drop_value; $pipe_new.=$pipe.","; } } if($pipe_new==""){ $attribute_alert=1; }else{ header("location:./act_order.php?pipe=$pipe_new&product_id=$product_id&cat_id=$catego&redirect=$redirect&pres=$pres"); exit; } } if(isset($member_id) and $member_id!=""){ $sql_cust="select * from tbl_customer where int_customer_id=$member_id"; $rs_cust=mysql_query($sql_cust); if(mysql_num_rows($rs_cust)>0){ $bit_request_send=mysql_result($rs_cust,0,bit_request_send); } } $sq = "select * from tbl_product where int_product_id=$product_id"; $res=mysql_query($sq); if(mysql_num_rows($res)>0){ $title = mysql_result($res,0,str_title); $keyword = mysql_result($res,0,$keyword); $description = mysql_result($res,0,txt_metatag_description); } include("./header.php"); $catego= $_REQUEST['cat']; $sql = "select * from tbl_product order by str_product_name ASC"; //Query to fetch all the Products $result = mysql_query($sql); $attr_check=mysql_query("select * from tbl_product_attribute where int_product_id='$product_id' "); $attr_set=mysql_num_rows($attr_check); ?>
 
Description :
Please Select Any Attribute