\n", $column, $num); else printf("
\n"); } ini_set("display_errors", "On"); ini_set("mysql.trace_mode", "On"); echo (file_get_contents("index-header.html")); include("plotinclude.php"); //init if (empty($_GET["plot"])) $_GET["plot"]=""; if (empty($_GET["primstart"])) $_GET["primstart"]=""; if (empty($_GET["primstop"])) $_GET["primstop"]=""; if (empty($_GET["prim"])) $_GET["prim"]=""; if (empty($_GET["fSequenceFirstCol"])) $_GET["fSequenceFirstCol"]=""; if (empty($_GET["fSequenceFirstCol2"])) $_GET["fSequenceFirstCol2"]=""; if (empty($_GET["fSequenceFirstCol3"])) $_GET["fSequenceFirstCol3"]=""; if (empty($_GET["fRunNumberCol"])) $_GET["fRunNumberCol"]=""; if (empty($_GET["fRunNumberCol2"])) $_GET["fRunNumberCol2"]=""; if (empty($_GET["fRunNumberCol3"])) $_GET["fRunNumberCol3"]=""; if (empty($_GET["fDataSetNumberCol"])) $_GET["fDataSetNumberCol"]=""; if (empty($_GET["fDataSetNumberCol2"])) $_GET["fDataSetNumberCol2"]=""; if (empty($_GET["fDataSetNumberCol3"])) $_GET["fDataSetNumberCol3"]=""; if (empty($_GET["Start"])) $_GET["Start"]=""; if (empty($_GET["Stop"])) $_GET["Stop"]=""; if (empty($_GET["Start2"])) $_GET["Start2"]=""; if (empty($_GET["Stop2"])) $_GET["Stop2"]=""; if (empty($_GET["Start3"])) $_GET["Start3"]=""; if (empty($_GET["Stop3"])) $_GET["Stop3"]=""; if (empty($_GET["Start4"])) $_GET["Start4"]=""; if (empty($_GET["Stop4"])) $_GET["Stop4"]=""; if (empty($_GET["Set"])) $_GET["Set"]=""; if (empty($_GET["Set2"])) $_GET["Set2"]=""; printf("\n"); printf(""); printf(" | \n"); printf("\n");
if (!empty($_GET))
{
$img="plot.php?par=hallo";
foreach($_GET as $var => $val)
$img.="&".$var ."=".$val;
// printf("link: %s ", $img); printf("", $img); } printf(" |
\n");
printf("some remarks:\n
| |
\n"); $query=GetQuery($tables, $joins, ""); printf("Q: %s |