diff --git a/html/bt/inc/checks.php b/html/bt/inc/checks.php new file mode 100644 index 0000000000..8351f3eaf5 --- /dev/null +++ b/html/bt/inc/checks.php @@ -0,0 +1,18 @@ + ".time()); echo mysql_error(); + if (mysql_num_rows($queryHandle)){ + return true; + } else { + return false; + } +} + +?> \ No newline at end of file