| Occupation Groups | ||
|---|---|---|
| $query = "select ID, Name from Groups order by Name"; $result = msql("jobsfe", "$query"); $num = msql_numrows($result); $i = 0; $tablecols = 3; while($i <$num); $ID = msql_result($result, $i, "ID"); $Name = msql_result($result, $i, "Name"); $HRef = "http://www.jobsfed.com/cgi-bin/php.cgi/JobDesc/GroupDet.phtml?GroupID=$ID"; if (($i % $tablecols) == 0); echo " | ||
| $Name | "; if ((($i + 1) % $tablecols) == 0); echo "||