You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ PHP example demonstrating how to post form data into a MySQL database and displa
22
22
This is easy. The `index.php` connects to the database and loads all emails within the table `emails` and displays them.
23
23
Additionally, there is an input field, where new emails can be appended to the `emails` table.
24
24
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.
26
26
If an error occurs, then the script redirects back to `index.php` with an `error` GET parameter, containing an error message.
0 commit comments