To continue browsing the COMPANY Web site, or to make further purchases, please click here to return to the home page. Thank you! "; exit; } $lc=odbc_fetch_row($lr); $geo=odbc_result($lr,"langgeo"); $show=odbc_result($lr,"langshow"); $proc=odbc_result($lr,"langproc"); odbc_free_result($lr); $zr=odbc_exec($sd,"select zonecurrsym from ZONETABLE where zoneid=$zid"); $zc=odbc_fetch_row($zr); if($zc){ $csym=odbc_result($zr,"zonecurrsym"); $csym=stripslashes($csym); }else{ $csym=""; } odbc_free_result($zr); $sr=odbc_exec($sd,"select * from SUBZONETABLE ". "where subzid=$zid and subzsid=$subz"); $sc=odbc_fetch_row($sr); if(!$sc){ odbc_exec($sd,"update ORDERHEAD set subz=0 where orderid='$cartid'"); odbc_exec($sd,"commit work"); header("Location: HOMEURL/DIRECTORY/$geo?cartid=$cartid&zid=$zid&lid=$lid"); exit; } $or=odbc_exec($sd,"select * from ORDERHEAD where orderid='$cartid'"); $oc=(int)odbc_fetch_row($or); if($oc==0){?>
To continue browsing the COMPANY Web site, or to make further purchases, please click here to return to the home page. Thank you! Your shopping basket is empty!
"; echo ""; echo "Back to Shopping"; exit; } ?>