List All Tasks

Learn how to use the “SELECT” statement to read data from the database and how we can use the “foreach” to loop over selected data and display it to the user.

Slowly but surely, our project is expanding. Now, let’s create a basic landing page for it.

Landing page

In the index.php file, we’ll add the following code snippet into the body:

<h2> theTrackerApp </h2>
 <nav>
        <ul>
            <li><a
...