This is what is needed:
When the client (not an admin) logs on, the one client may have many jobs (table ‘details’ with each job being identified by the ‘customerID’ field). What is needed is for a client to log on using a username and password (same or similar to what is there). This will take them to a page that will display all their jobs. They may have many jobs. I have made a page called clientViewTble.php that shows a table with the fields needed from the details table. This is how it would work:
Client logs on with a username and password
They are then taken to clientViewTble.php that will show in a table all of the jobs that belong to them. Will provide more info later.
