$v) { if ($k != "inv") { if ($ur) $ur .= "&"; $ur .= "$k=$v"; } } echo "\n"; } echo "
\n"; // this module is used for "out of sight" processes - it does not display anything switch($_REQUEST['f']) { case "helpOff": unset($_SESSION['showHelp']); reLoadMain(); break; case "helpOn": $_SESSION['showHelp'] = 1; reLoadMain(); break; case "fetchESNdata": $msgs[] = "Looking up ".$_REQUEST['esn']." as ESN"; echo "\n"; break; case "fetchSKUdata": $r = invSelect("skus", "sku='".$_REQUEST['sku']."'"); echo "\n"; } else if ($r['n'] == 0) { //echo "SKU not found