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 18680d7 commit 49fd264Copy full SHA for 49fd264
README.md
@@ -1,7 +1,7 @@
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
+#### Server request determines if the request is POST or GET
5
```php
6
if ($_SERVER["REQUEST_METHOD"] == "POST")
7
0 commit comments