\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"]=0; if (empty($_GET["primstart"])) $_GET["primstart"]=0; if (empty($_GET["primstop"])) $_GET["primstop"]=0; if (empty($_GET["prim"])) $_GET["prim"]=0; if (empty($_GET["fSequenceFirstCol"])) $_GET["fSequenceFirstCol"]=0; if (empty($_GET["fSequenceFirstCol2"])) $_GET["fSequenceFirstCol2"]=0; if (empty($_GET["fRunNumberCol"])) $_GET["fRunNumberCol"]=0; if (empty($_GET["fRunNumberCol2"])) $_GET["fRunNumberCol2"]=0; if (empty($_GET["fDataSetNumberCol"])) $_GET["fDataSetNumberCol"]=0; if (empty($_GET["fDataSetNumberCol2"])) $_GET["fDataSetNumberCol2"]=0; if (empty($_GET["0Start"])) $_GET["0Start"]=0; if (empty($_GET["0Stop"])) $_GET["0Stop"]=0; if (empty($_GET["0Start2"])) $_GET["0Start2"]=0; if (empty($_GET["0Stop2"])) $_GET["0Stop2"]=0; if (empty($_GET["Set"])) $_GET["Set"]=0; if (empty($_GET["Set2"])) $_GET["Set2"]=0; 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 |