summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/PHP/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'Year_3/TSDWL/PHP/index.php')
-rw-r--r--Year_3/TSDWL/PHP/index.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/Year_3/TSDWL/PHP/index.php b/Year_3/TSDWL/PHP/index.php
new file mode 100644
index 0000000..a36066f
--- /dev/null
+++ b/Year_3/TSDWL/PHP/index.php
@@ -0,0 +1,14 @@
+<?php
+require 'json_fake_db.php';
+?>
+<html>
+ <head>
+ </head>
+ <body>
+ <h1>Movies JSON db</h1>
+ <?php
+ $movies = ReadAllFilms();
+ echo $moviws;
+ ?>
+ </body>
+</html>