require_once ('/new_cehs/intranet/content/mysql_connect.php');
$query = "select * from content where ((current_date) < date_expire) and((current_date) >= date_start) and (category = 'Hours') and (dept = 'SS') order by date_expire asc";
$result = @mysql_query ($query); // Run the query.
if ($result) { // If it ran OK, display the records.
// Table header.
// Fetch and print all the records.
while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {
$thebody = $row['body'];
$thebody = str_replace("\n", " ", $thebody);
echo '
| ' . $row['head'] . ' |
' . $thebody . ' | | ';
}
mysql_free_result ($result); // Free up the resources.
} else { // If it did not run OK.
echo ' The current users could not be retrieved. We apologize for any inconvenience. '; // Public message.
echo ' ' . mysql_error() . '
Query: ' . $query . ' '; // Debugging message.
}
mysql_close(); // Close the database connection.
?>
|
Contact Student Services
|
Applying for Your License Through the Wright State University College of Education and Human Services
The forms and information that you will need are listed below. Please click on the appropriate link for the type of license you are applying for:
I am applying for my first full teaching credential.
Do not include substitute, supplemental, or alternative licenses.
I am applying for a School Nurse or School Counselor License.
(Restricted to School Nurse and School Counselor.)
I already have a full teaching credential and am applying for an additional teaching license, administrative license.
I am applying for an Endorsement to my existing teaching license.
Reading Endorsement, Computer Technology Endorsement, Teacher Leader Endorsement, Gifted Education Endorsement, Early Childhood Generalist Endorsement, Middle Childhood Generalist Endorsement, Transition to Work Endorsement
Submit all of the required materials, as one packet to:
Wright State University/CEHS
Office of Student Services -
378 Allyn Hall
3640 Colonel Glenn Highway
Dayton OH 45435
Note: The Ohio Department of Education requires both a state (BCII) and federal (FBI) criminal background check. If you have already been issued a credential (e.g. substitute license) through the ODE, and have a BCII on file, it remains valid. In this case, the FBI must be dated with the last five years. If you have never been issued a credential through the ODE, you must have both BCII and FBI background checks reported to the ODE within the last twelve months. BCII/FBI results should be sent DIRECTLY to the Ohio Department of Education, Center for the Teaching Profession, Office of Certification/Licensure by the agency completing the criminal background check.
|