Wombat list

Tags
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:

List

The list should be based on data fetched by an SQL query.

Here's a wombat deets page:

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:

File tree

Upload the URL of your solution, and a zip of your files. The usual coding standards apply.

Where referenced