I have a simple database of jobs setup like so:<BR><BR>category - table<BR>id<BR>name<BR>description<BR><BR>job - table<BR>id<BR>title<BR>category<BR><BR><BR>There are 3 categories of jobs and on my ...