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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ PHP example demonstrating how to post form data into a MySQL database and displa
19
19
20
20
## How it works ?
21
21
22
-
This is easy. The `index.php` connects to the database and loads all emails within the table `emails` and displays them.
22
+
This is easy.
23
+
24
+
The `index.php` connects to the database and loads all emails within the table `emails` and displays them.
23
25
Additionally, there is an input field, where new emails can be appended to the `emails` table.
24
26
25
27
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.
0 commit comments