';
$sql2 = "select * from exhibitor_list_products, exhibitor_list_image
where exhibitor_id='".$data["exhibitorID"]."' and listProductID = productID limit 0,1 ";
//echo $sql2;
if ($hasil2 = mysql_query($sql2)) {
if (mysql_num_rows($hasil2)) {
while ($data2 = mysql_fetch_array($hasil2)) {
$imageName = $thisPage.'product_image/'.$data["exhibitorID"].'/'.$data2["productID"].'/'.$data2["imageName"];
$dis_produk .= '

';
}
} else {
$dis_produk .= '

';
}
}
$dis_produk .= '
'.strtoupper($data["companyName"]).'
';
$standNumber = '';
$sql2 = "select * from exhibitor_list_hallstand, form_element_value where valueID = to_hall_id and to_exhibitor_id = '".$data["exhibitorID"]."'";
if ($hasil2 = mysql_query($sql2)) {
while ($data2 = mysql_fetch_array($hasil2)) {
$standNumber .= '
Hall: '.$data2["valueName"]."
";
$standNumber .= '
Stand: '.$data2["standNumber"]."
";
}
}
$dis_produk .= $standNumber;
$dis_produk .= '
';
$dis_produk .= '