echo strtoupper($xop_sampl);
if ($xop_sampl != $xcamp_sampl) {
echo ' / '.strtoupper($xcamp_sampl);
}
?>
- PARAMETER LIST
|
$xx="x_datalist.php?xxop=$xop_sampl&xxcamp=$xcamp_sampl&"; ?>
|
(mpT/aS)
if ( $xop_sampl == "diapazon") { include("cond_acces.php"); }
/* c est pareil meme effet sur zone de test */
if (isset($_GET['mg'])) {
if ( $_GET['mg'] =="p" ) { include("x_sampl2.php"); } /* param */
if ( $_GET['mg'] =="r" ) { include("x_sampl33.php"); } /* resp */
if ( $_GET['mg'] =="c" ) { include("x_tot_seq.php"); } /* resp+colors */
if ( $_GET['mg'] =="s" ) { include("x_sampl1.php"); } /* sampling */
}
else
{
include("x_sampl2.php"); /* par defaut param */
}
?>