We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f245 commit 18680d7Copy full SHA for 18680d7
README.md
@@ -1,6 +1,11 @@
1
# User-Credential-Form-PHP
2
A user credential form for 'customers' and business vendors; written scripts are in PHP.
3
4
+#### Server request to determine if the request is POST or GET
5
+```php
6
+if ($_SERVER["REQUEST_METHOD"] == "POST")
7
+
8
+```
9
10
# Example Screenshots
11

0 commit comments