Skip to content

Commit 18680d7

Browse files
authored
Update README.md
1 parent be6f245 commit 18680d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# User-Credential-Form-PHP
22
A user credential form for 'customers' and business vendors; written scripts are in PHP.
33

4+
#### Server request to determine if the request is POST or GET
5+
```php
6+
if ($_SERVER["REQUEST_METHOD"] == "POST")
7+
8+
```
49

510
# Example Screenshots
611
![image](https://user-images.githubusercontent.com/36749450/95667495-f7e33680-0b34-11eb-9a0e-95e208365784.png)

0 commit comments

Comments
 (0)