diff --git a/exam151/index.php b/exam151/index.php new file mode 100644 index 0000000..f783cc8 --- /dev/null +++ b/exam151/index.php @@ -0,0 +1,30 @@ += 1){ + echo 'Login success'; + } else { + echo 'Invalid user or pass'; + } + } +} + + +?> + +
\ No newline at end of file