Activity 11: MySQL Database Integration
This activity demonstrates a live connection between PHP and MySQL. The records below are being pulled from the database.
Add Student Record
Database Records
| ID | Full Name | Course | Year Level | Action | |
|---|---|---|---|---|---|
| 3 | Colby Davis Venoya | BSIT | 3rd Year | colby@example.com | Edit Delete |
| 2 | Herald John Cubero | BSIT | 3rd Year | herald@example.com | Edit Delete |
| 1 | Mark Ian Galinato | BSIT | 3rd Year | mark@example.com | Edit Delete |