diff --git a/list.php b/list.php new file mode 100644 index 00000000..ecc38a85 --- /dev/null +++ b/list.php @@ -0,0 +1,115 @@ + + + + + + +
+ + + + + +
+ + + + + + + + + + + + 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 @@ +