diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-28 16:29:16 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-28 16:29:16 +0530 |
commit | 71a5768da1b297c807beee4e3c6a4942126c66e9 (patch) | |
tree | 6a21f670cebf2b8ec7bdebf9ab92e589589bdce2 /Lab06/test.php | |
parent | c2f4b5442c065c2a7a6288ce46ed409aa054d8bb (diff) |
Lab06: Creating a MySQL Database with PHP and Storing HTML Form Data
Diffstat (limited to 'Lab06/test.php')
-rwxr-xr-x | Lab06/test.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lab06/test.php b/Lab06/test.php new file mode 100755 index 0000000..61f68d9 --- /dev/null +++ b/Lab06/test.php @@ -0,0 +1,5 @@ +<?php +echo "Hello world"; + +?> + |