diff --git a/boardstatus.php b/boardstatus.php new file mode 100644 index 0000000..d57b64a --- /dev/null +++ b/boardstatus.php @@ -0,0 +1,27 @@ +prepare($query); +$sth->bindValue(":mac", $mac, PDO::PARAM_STR); +$sth->bindValue(":ipaddress", $ipaddress, PDO::PARAM_STR); +$sth->bindValue(":board", $board, PDO::PARAM_STR); +$sth->bindValue(":service", $service, PDO::PARAM_STR); +$sth->execute(); + +exit();