$mac = ""; $host = ""; $querystring = ""; if(isset($HTTP_GET_VARS["name"])) { $host = $HTTP_GET_VARS["name"]; $mac = $HTTP_GET_VARS["mac"]; $querystring = "?name=".$host; if(isset($HTTP_GET_VARS["mac"])) { $querystring .= "&mac=".$mac; } } if(isset($HTTP_GET_VARS["Product"])) { $querystring .= "&product=".$HTTP_GET_VARS["Product"]; // get the product type, if it's an eval we're interested $productType = explode("-",$HTTP_GET_VARS["Product"]); // get the product type- should be EVAL in our case if($productType[0]=="EVAL") { } } ?>
Click here to start over.