I'm trying to create a page in php that will fetch the name of several tables from a database, show the names of the tables, and create a link for each table. As soon as the user clicks the link, it is taken to another page where the contents of that table in which he clicked is shown. The problem is that I am not seeing a way to show the names of the tables and create the links automatically.
Can someone help?