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 Students Today - Eastern Kentucky University
       
    View by Month  RSS
     « Monday, February 11, 2013 »Expanded View 
    Back
    Free Tax Return Assistance

      
    Accounting students will offer free help for people who make $50,000 or less and need assistance in preparing income tax returns. Students are IRS-certified to provide free basic income tax return preparation to qualified individuals on and off campus. Two levels of service are available: students will prepare federal and Kentucky tax returns, or students will serve as consultants for those who would like to prepare their own tax returns but would like to ask questions as they do so. Both services include free e-filing. Call 211 to schedule appointment. VITA sessions held in BTC 269 Feb. 12, 5-8 p.m.; Feb. 22, 10a.m.-3 p.m.; February 28, 5-8 p.m.; March 5, 5-8 p.m. and April 2, 5-8 p.m.

    You will need to bring Social Security cards, picture ID, W-2s and other income documents, last year’s returns, and other information listed at www.irs.gov/individuals/article/0,,id=107626,00.html.

    Event Date: February 12  5:00-8:00 p.m.  Location: Business & Technology Center Library, Room 269  Cost: Free (Annual Incomes of $50,000 or less)
    Contact Information: Trish Isaacs, 859-622-1590