include ("admincp/config.inc");
include ("lang.php");
include("icodes.php");
?>
Inquiry Basket
$qry=mysql_query("select * from tbl_inq where sessid='".$sId."' and instatus='p' and lngid='".$LngID."' order by recid") or die(mysql_error());
if(mysql_num_rows($qry)>0){
?>
Product Information
Quantity:
$tqty=0;
while($rs=mysql_fetch_array($qry)){
$tqty=$tqty+$rs["qty"];
$qryprd=mysql_query("select * from tbl_items where ItmID='".$rs["itmid"]."' and lngid='".$rs["lngid"]."'") or die(mysql_error());
$rs1=mysql_fetch_array($qryprd);
?>