diff --git a/nk_part3/action_delete.php b/nk_part3/action_delete.php new file mode 100644 index 0000000..e990cb0 --- /dev/null +++ b/nk_part3/action_delete.php @@ -0,0 +1,24 @@ +". mysqli_errno($conn); +} + + +?> \ No newline at end of file diff --git a/nk_part3/action_login.php b/nk_part3/action_login.php new file mode 100644 index 0000000..9faa0f1 --- /dev/null +++ b/nk_part3/action_login.php @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/nk_part3/action_reg.php b/nk_part3/action_reg.php new file mode 100644 index 0000000..ecdbf1a --- /dev/null +++ b/nk_part3/action_reg.php @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/nk_part3/action_write.php b/nk_part3/action_write.php new file mode 100644 index 0000000..94d00e1 --- /dev/null +++ b/nk_part3/action_write.php @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/nk_part3/admin.php b/nk_part3/admin.php new file mode 100644 index 0000000..73ebd1d --- /dev/null +++ b/nk_part3/admin.php @@ -0,0 +1,57 @@ + + + + + + + + Navštěvní kniha + + +

Návštěvní kniha - ADMIN

+ + +
+ +

Příspěvky

+ 0) { + while ($row = mysqli_fetch_assoc($result)){ + echo "

id:".$row["id"].";title".$row["title"]."

"; + } + } + ?> + +

Users

+ 0) { + while ($row = mysqli_fetch_assoc($result)){ + echo "

id:".$row["id"]."; user:".$row["username"]."

"; + } + } + + ?> + + \ No newline at end of file