diff --git a/list.php b/list.php
new file mode 100644
index 00000000..ecc38a85
--- /dev/null
+++ b/list.php
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Adding to the ...
+
+
+ Success! The list will refresh.
+
+
+ Failure! Something went wrong.
+
+
+
+
+
+
+
+
diff --git a/php/add.php b/php/add.php
new file mode 100644
index 00000000..95585ee7
--- /dev/null
+++ b/php/add.php
@@ -0,0 +1,12 @@
+= 0; $i--) {
+ if($list[$i] == "")
+ unset($list[$i]);
+}
+
+echo json_encode(array_values($list));
\ No newline at end of file
diff --git a/php/sub.php b/php/sub.php
new file mode 100644
index 00000000..2b13b975
--- /dev/null
+++ b/php/sub.php
@@ -0,0 +1,12 @@
+