Add a New Job Listing


Your job listing has been received.

Thank you for posting your jobs with ServingSchools.com. Your listing has been added to the database and will appear on the \"Browse Job Listings\" page shortly.

When this or any other position has been filled, please be sure to delete the job from the database. To do that, simply return to the \"Post a New Job\" page and a link will appear allowing you to manipulate your old job listings.

To view all of your jobs posted to date, go to the Browse Job Listings page and conduct a search by the name of your school district.



Add another job listing.
Return to ServingSchools.com homepage.

"; $mailTo = "stirrell@deepriver.com,rwentzel@servingschools.com"; $mailSubject = "Employment Listing Posted"; $mailBody = "The following employment listing has been submitted to the ServingSchools.com site:\n\n"; $mailBody .= "School Unit: $schoolunit\n\n"; $mailBody .= "City, State: $city, $state\n\n"; $mailBody .= "County: $county\n\n"; $mailBody .= "Position Title: $title\n\n"; $mailBody .= "Qualifications: $qualifications\n\n"; $mailBody .= "Description: $description\n\n"; $mailBody .= "Salary Range: $salaryrange\n\n"; $mailBody .= "Deadline Date: $deadline\n\n"; $mailBody .= "Start Date: $startdate\n\n"; $mailBody .= "Additional information: $additionalinformation\n\n"; $mailBody .= "Contact Name: $name\n"; $mailBody .= "Contact Title: $contacttitle\n"; $mailBody .= "District: $district\n"; $mailBody .= "Address: $address\n"; $mailBody .= "Location: $contactcity, $contactstate $zip\n"; $mailBody .= "Telephone: ($phoneareacode) $phonethreedigits-$phonefourdigits\n"; $mailBody .= "Fax: ($faxareacode) $faxthreedigits-$faxfourdigits\n"; $mailBody .= "E-mail: $email\n\n"; $mailBody .= "Site Address: $link\n\n"; $mailBody .= "District Size: $districtsize\n\n"; $mailBody .= "School Size/Description: $schoolsize\n\n"; $mailBody .= "Community Description: $communitydescription\n\n"; $mailBody .= "Posted by: $username\n\n"; $mailBody .= "Go to the following page to approve pending listings: http://www.servingschools.com/admin/job_waiting.php3"; mail ($mailTo, $mailSubject, $mailBody); } IF ($schoolunit == "") { PRINT "
You must enter a school unit.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($city == "") { PRINT "
You must enter a city/town.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($qualifications == "") { PRINT "
You must enter qualifications.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($description == "") { PRINT "
You must enter a position description.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($salaryrange == "") { PRINT "
You must enter a salary range.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($name == "") { PRINT "
You must enter a contact name.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($address == "") { PRINT "
You must enter a contact address.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($city == "") { PRINT "
You must enter a contact city.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($zip == "") { PRINT "
You must enter a contact zip code.
Use your browser's \"back\" button to enter in this information.


"; $continue = "no"; } IF ($continue != "no") { SubmitListing ($schoolunit,$city,$state,$county,$title,$qualifications,$description,$salaryrange,$deadline,$startdate,$additionalinformation,$name,$contacttitle,$district,$address,$contactcity,$contactstate,$zip,$phoneareacode,$phonethreedigits,$phonefourdigits,$faxareacode,$faxthreedigits,$faxfourdigits,$email,$link,$districtsize,$schoolsize,$communitydescription,$username,$eoe,$hidden,$password); } ?>