Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f64ed27

Browse files
authored
Update README.md
1 parent 49c213a commit f64ed27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP example demonstrating how to post form data into a MySQL database and displa
1010
* PDO extension enabled
1111
* MySQL ~v5.6+
1212

13-
**NOTE**: These are the version the example has been tested under.
13+
**NOTE**: These are the versions the example has been tested under.
1414

1515
## Setup
1616

@@ -20,14 +20,14 @@ PHP example demonstrating how to post form data into a MySQL database and displa
2020
## How it works ?
2121

2222
This is easy. The `index.php` connects to the database and loads all emails within the table `emails` and displays them.
23-
Additionally there is a input field, where new emails can be appended to the `emails` table.
23+
Additionally, there is an input field, where new emails can be appended to the `emails` table.
2424

2525
When a new email added, the form is submitted to `actions.php` where the action `add` is mapped to connect to the database and insert a new email in the `emails` table.
2626
If an error occurs, then the script redirects back to `index.php` with an `error` GET parameter, containing an error message.
2727

2828
## Troubleshooting
2929

30-
If you are having any troubles, create an issue here on GitHub.
30+
If you are having any troubles, please create an issue here on GitHub.
3131

3232
## Licence
3333

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /