Can't connect"; echo "
  • MySQL Error: ", mysql_error(); die; } if (! mysql_select_db($SESS_DBNAME, $SESS_DBH)) { echo "
  • Unable to select database $SESS_DBNAME"; die; } return true; } function sess_close() { return true; } function sess_read($key) { global $SESS_DBH, $SESS_LIFE; $qry = "SELECT value FROM sessions WHERE sesskey = '$key'"; // AND expiry > " . time(); $qid = mysql_query($qry, $SESS_DBH); if (list($value) = mysql_fetch_row($qid)) { return $value; } return false; } function sess_write($key, $val) { global $SESS_DBH, $SESS_LIFE; $expiry = time() + $SESS_LIFE; $value = addslashes($val); $qry = "INSERT INTO sessions VALUES ('$key', $expiry, '$value')"; $qid = mysql_query($qry, $SESS_DBH); if (! $qid) { $qry = "UPDATE sessions SET expiry = $expiry, value = '$value' WHERE sesskey = '$key' AND expiry > " . time(); $qid = mysql_query($qry, $SESS_DBH); } return $qid; } function sess_destroy($key) { global $SESS_DBH; $qry = "DELETE FROM sessions WHERE sesskey = '$key'"; //echo $qry; $qid = mysql_query($qry, $SESS_DBH); //echo "qid".$qid; //$qry = "DELETE FROM sessions WHERE value = ''"; //echo $qry; //$qid = mysql_query($qry, $SESS_DBH); return $qid; } function sess_gc($maxlifetime) { global $SESS_DBH; $qry = "DELETE FROM sessions WHERE expiry < " . time(); $qid = mysql_query($qry, $SESS_DBH); return mysql_affected_rows($SESS_DBH); } session_set_save_handler("sess_open","sess_close","sess_read","sess_write","sess_destroy","sess_gc"); //session_start(); ?> EKU Web Courses
     Web Course Fact Sheet
      EMS 861, Environmental Education Essentials
     InstructorsPost New Course/Edit Current Entry
    • The entries below are contributed by instructors to alert students about the technology requirements for specific courses.
    • Directions for instructors


    To Register in an EKU web course, students must login to EKUDirect.
    Semester: Spring 2013
    Course Subject: EMS
    Course #: 861
    Course Section: 25828
    Course Title: Environmental Education Essentials
    Course Section Information: This Course investigates the history and philosophy of environmental education. Students will be required to teach 2 lessons and reflect during the semester.
    Credit Hours: 3
    Special Section 
    Registration Requirements: 
    Course Begins: Jan 17, 2013
    Course Ends: May 09, 2013
    Instructor: Billy Bennett
    Instructor's Email: william.bennett@eku.edu
    Web Course Features (Students will be required to use):
     Email Discussion Boards Online Chat/Virtual Classroom
     Online Tests PowerPoint Files Other  AnyMeeting
     On-Campus or ITV(KTLN) meetings:
    Times, Dates:
    http://www.anymeeting.com/ session required two times during the semester. Student will receive an email invitation to the session.

    First Thursday of the Semester 6pm-8:45pm January 17th

    Last Thursday of the semester 6pm-8:45pm May 9th (Finals Week)
     Printed Textbooks:
    Sobel,David (2008). Childhood and Nature: Design Principles for Educators, Stenhouse Publishers. ISBN: 978 1 57110 741 1
     Required Software:
    Students will need a computer equipped with a camera and microphone for the online sessions. Students may be able to come to campus and use computers in the classroom if needed.
    Instructor's Web Page
    (with syllabus and detailed course information):