$ProductPage="Current"; if (isset($_GET['O'])) { $ProductPage="UnSupported"; } ?>
include_once ("../html/htmlhead.php"); // require_once("jettsoft.error.php"); require_once("jettsoft.db.php"); $row = NULL; $nrows = loadDBData("SELECT 'X' From PRODUCTS", $row); if ($nrows == 0) { print "| include("../html/menu.php"); ?> |
$rows=NULL; ?>
$active="1";
if($ProductPage == "Current") {$active = "1";} else {$active = "0";}
$sql = "Select PRODUCT_ID,
NAME,
FORUSEWITH,
PRODUCTINFO,
DESCRIPTION,
VERSION_NUM,
EXAMPLEPAGE
from PRODUCTS
Where ACTIVE =" . $active . " ORDER By NAME";
$nrows = loadDBData($sql, $rows);
//print_r($rows);
?>
|
||||||||||||||||||||||
| include("../html/copyright.php"); ?> | |||||||||||||||||||||||