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 2539044

Browse files
authored
Update README.md
1 parent 055a328 commit 2539044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PHP example demonstrating how to post form data into a MySQL database and displa
2222
This is easy. The `index.php` connects to the database and loads all emails within the table `emails` and displays them.
2323
Additionally, there is an input field, where new emails can be appended to the `emails` table.
2424

25-
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.
25+
When a new email is 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

0 commit comments

Comments
(0)

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