$EDS, 'supp' => 0); $stmt = excuteQuery($q, $v); $r = $stmt['stmt']; $n = $r->rowCount(); //echo "
  • N=".$n."
  • "; if ($n != 1) { header("Location:./eds.php?e=2&eds=".$EDS); } else if ($n == 1) { $CODE = $r->fetchColumn(0); //header("Location:./pile/?IDA=".$CODE."&MAT=".$MAT."&IP=".$IP); header("Location:./pile/?IDA=".$CODE); } } ?>