summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/PHP/index.php
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-01-07 18:51:03 +0100
committerSanto Cariotti <santo@dcariotti.me>2023-01-07 18:51:03 +0100
commit9240342b366db9999f11659a1f1c396ba418ad78 (patch)
treef34e9259cbb6f8d4bcdea234e4b2c927950411cc /Year_3/TSDWL/PHP/index.php
parentba36beaec6d37d26b075d96e58aad73151d6d39e (diff)
Adds
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>