Challenge
No
Show a list of wombat names. Each one is a link to a page on that wombat's deets. You can try my solution.
Here's the list page:
The list should be based on data fetched by an SQL query.
Here's a wombat deets page:
Hint: check the HTML produced by the list page. It will show you want you're aiming to produce.
- Put database connection info in a file outside the web root.
- Require that file in a library file.
Here's what my file tree looks like:
Upload the URL of your solution, and a zip of your files. The usual coding standards apply.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced