DDH Software, LLC Making a big world smaller






if ($II == "DDHMTS101") { Header("Location: /mobile_ts.html?UID=$UID"); exit; } else if (($II == "DDHRP748")||($II == "DDHRP749")) { Header("Location: /handbase_reporter.html?UID=$UID"); exit; } mysqli_select_db($mysqllink,"NewStore"); $result=mysqli_query($mysqllink,"SELECT * FROM ItemNew WHERE ItemCode='$II'"); while ($row = mysqli_fetch_row($result)) { $II=$row[0]; $IS=$row[1]; $BN=$row[2]; $IN=$row[3]; $IC=$row[5]; $ID=$row[7]; $IB=$row[9]; // Prev 8 (MedDesc) $Priv=$row[12]; $OS1=$row[16]; $OS2=$row[17]; $OS3=$row[18]; $OS4=$row[19]; $MXQ=$row[21]; $SR=$row[27]; $Cats=$row[29]; } echo "
"; // Category List on Left Sidebar echo"All Categories"; mysqli_select_db($mysqllink,"NewStore"); $result=mysqli_query($mysqllink, "SELECT * FROM ItemCat order by CategName"); while ($row=mysqli_fetch_row($result)) { $CatLID=$row[0]; $CatName=$row[1]; echo "
  • $CatName"; } echo "
  • "; if (file_exists("img/ss$BN.gif")) { echo ""; }else{ echo ""; } $NC=number_format($IC,"2",".","thousands_sep"); echo "
    $IN
    Code: $IS
    Product Name: $IN
    Price: $$NC
    "; if (($II!='275')&&($II!='276')&&($II!='277')&&($II!='278')&&($II!='281')){ echo "
    Download Trial Version

    "; } if ($use_store == "DDH") { print "Purchase Options:

    "; print "\n\n"; $Date=date("Y-m-d"); echo "
    Quantity
    Desktop OS
    "; }else{ if ($IS == "DDHHB4PALM101"){ print "

    Windows Users Buy this Product

    Macintosh Users Buy this Product"; }elseif ($IS == "DDHHB4PALM301"){ print "

    Windows Users Buy this Product

    Macintosh Users Buy this Product"; }elseif ($IS == "DDHHB4Desk501"){ print "

    Windows Users Buy this Product

    Macintosh Users Buy this Product"; }else{ print "

    Buy this Product

    "; } } print "

    "; if ($Priv=="1"){ mysqli_select_db($mysqllink,"NewStore"); $result=mysqli_query($mysqllink,"SELECT LongDesc FROM ItemNew WHERE BaseName='$BN' ORDER BY ItemID Limit 1"); while ($row = mysqli_fetch_row($result)) { $oBN=$row[0]; } //echo "$IB

    $oBN"; }else{ echo "$IB

    "; } if ($SR){ echo"System Requirements


    $SR

    "; } echo "

    "; ?>