Skip to content

Commit 2320171

Browse files
committed
Add Getting Started section in README
1 parent 048a07a commit 2320171

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# PHP Form Validation
22

33
This is a simple form validation using PHP. It uses PHP to check for form inputs
4-
to see if they are valid and generate the result.
4+
to see if they are valid and generate the result.
5+
6+
### Getting Started
7+
8+
1. Clone the repository.
9+
2. Start the PHP server.
10+
3. Open the URL in your browser.
11+
4. Fill in the form and submit it.
12+
5. You will see the result of the form validation.

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# PHP Form Validation
22

33
This is a simple form validation using PHP. It uses PHP to check for form inputs
4-
to see if they are valid and generate the result.
4+
to see if they are valid and generate the result.
5+
6+
### Getting Started
7+
8+
1. Clone the repository.
9+
2. Start the PHP server.
10+
3. Open the URL in your browser.
11+
4. Fill in the form and submit it.
12+
5. You will see the result of the form validation.

0 commit comments

Comments
 (0)