There are 3 categories of jobs and on my php page I'm trying to display something along the lines of this for each category. So this will create a table for each category and it should list *all ...
If you want to execute a block of code a specified number of times, or while a specified condition is true. In PHP, we have the following looping statements: while - loops through a block of code ...