webmaster@penndigital.net!"); mysql_select_db("franzetta") or die("Unable to select the franzetta database! Please contact chuck@franzetta.com!"); $sql = "SELECT id, orderlist, position, company, location, special FROM careers ORDER BY orderlist ASC LIMIT 0, 100"; $result = mysql_query($sql) or die("Error in database query: $query. " .mysql_error()); $num = mysql_numrows($result); echo " Valuechain Report in Progress:


DIVERSITY:

We only deal with EEOC employers. Our clients strive to be aggressive with regard to diversity hiring. Accordingly, we encourage female and minority candidates at all levels to make us aware of your career aspirations.



$num Positions Found (displaying ALL)

"; if ($result > 0) { while($row = mysql_fetch_object($result)) { echo " "; } } else { echo " "; } echo "
Position Company Location Special Requirements
$row->position $row->company $row->location $row->special
There are currently no Career Opportunities available!

This employment database Copyright 2005 Franzetta and Associates, Inc.
"; mysql_close($connection); ?>