//Problem - 👉 Build a simple PHP page that: Connects to a database Gets all students from a table Displays their names on the page 🧠Step 1: What you should be thinking Before coding, think: I need to connect to DB I need a query (SELECT) I need a loop I need to display
1- Amelie