On-Campus Jobs
connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$result = mysqli_query($conn, $query) or die(mysql_error());
$resultCheck = mysqli_num_rows($result);
echo "Count: " .$resultCheck;
if ($resultCheck > 0) {
while ($row = mysqli_fetch_array($result)) {
//output a row here
echo $row['Title'] . "
";
}
}
}
//displayJobs();
?>
The following on campus positions are currently available for students:
Apply for any of the positions below by submitting an application to the hiring manager listed in the job description.
Please note that some on-campus jobs require obtaining Child Protective Clearances (noted in the job description). If so, these clearances will need to be obtained promptly before the start of work, with the help of the college. Please contact
stephanie.landry@geneva.edu for more information.
connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$result = mysqli_query($conn, $query) or die(mysql_error());
$resultCheck = mysqli_num_rows($result);
//echo "Count: " .$resultCheck;
//displayJobs();
?>
0) {
while ($row = mysqli_fetch_array($result)) {
if ($row['Other'] == "Open") {
?>
= $row['Title']?>
Position Title: = $row['Title']?>
Department: = $row['Department']?>
Immediate Supervisor: = $row['Supervisor']?>
Pay Rate: = $row['PayRate']?>
Hiring Manager: = $row['HiringMNG']?>
Phone Number: = $row['PhoneNumber']?>
Dress Code: = $row['DressCode']?>
Work Hours/Schedule: = $row['WorkHours']?>
Primary purpose of position: = $row['Purpose']?>
Duties and responsibilities: = $row['Responsibilities']?>
Knowledge, skills and abilities required: = $row['Skills']?>
Education Requirements/Experience: = $row['EduRequirements']?>
Semester(s) and Years(s) hiring for: = $row['TimeHired']?>
Additional Information:
= $row['AdditionalInfo']?>