connect_error) { die("Connection failed: " . $conn->connect_error); } $sql = "INSERT INTO access(page,enter_date,who)" . "VALUES" . "(" . "'probability'" . ",now()" . ",'" . $who . "'" . ")"; if ($conn->query($sql) === TRUE) { } else { echo "Error: " . $sql . "
" . $conn->error; } $k = ""; if (isset($_GET['k'])) $k = $_GET['k']; $n = ""; if (isset($_GET['n'])) $n = $_GET['n']; $t = ""; if (isset($_GET['t'])) $t = $_GET['t']; $a = "1"; if (isset($_GET['a'])) $a = $_GET['a']; $l = ""; if (isset($_GET['l'])) $l = $_GET['l']; if ($l != "") $l = "t=" . $l; ?> query($sql)) { if ($result->num_rows > 0) { $row = $result->fetch_assoc(); $redo = $row["redo"]; $activity = $row["activity"]; //if (strpos($activity,"L") === FALSE) $activity = $activity . "L"; //echo $activity . "
"; if ($redo == $redo2) { if (strpos($activity,"L") === FALSE) { $churchid = $row["churchid"]; $activity = $activity . "L"; $sql = "UPDATE church "; $sql = $sql . "SET total = total + 1 "; $sql = $sql . ", activity = activity + 1 "; $sql = $sql . "WHERE id = " . $churchid . "; "; if ($conn->query($sql) === TRUE) { } else { echo "Error: " . $sql . "
" . $conn->error; } } echo $activity . "
"; $timenow = intval(time() + 60 * 60 * 24 * 365); setcookie("thebibleinthebible",$email . "," . $redo, $timenow); $logok = true; $sql = "UPDATE users "; $sql = $sql . "SET last_date = now(), "; $sql = $sql . "who = '" . $who . "', "; $sql = $sql . "activity = '" . $activity . "' "; $sql = $sql . "WHERE email = '" . $email . "'"; if ($conn->query($sql) === TRUE) { } else { echo "Error: " . $sql . "
" . $conn->error; } $loggedin = true; echo "logout"; } else { echo "Invalid code.
"; setcookie("thebibleinthebible","",time() - 60 * 60); } } else { echo "(" . $email . ") is not valid.
"; } } else { echo "Error: " . $sql . "
" . $conn->error; } } else { echo "login"; } } //_________________________________________________________________ ?>
The Theory of
Biblical Patterns
No mortal could have put
all of the patterns in
the Holy Bible without
divine intervention.
math on 37 patterns
scholastically
verified
EZEKIEL 33:6 But if the watchman see the sword come, and blow not the trumpet, and the people be not warned; if the sword come, and take any person from among them, he is taken away in his iniquity; but his blood will I require at the watchman's hand.

probability of at least
(k) times occurring
out of (n) tries
with (t) possibilities
adjust by (a), normally 1, use 2 for some math on subsets, use 3 for hebrew math, this is an approximation.
= sum from k to n of (n!/(k!(n-k)!))((1/t)^k) ((1-(1/t))^(n-k))
probability website

 k   n   t   a         




Last one (0 or more) may not exactly equal 1 because of roundoff error.
mission statement, motto, creed, and purpose (all derived directly from a search of the word 'patterns' found in the book of Numbers at an offset of 18 , half the difference of Gods prime pairs )

best proof       feedback