masthead (8K)
calendar (6K)
Event Calendar

Move DueTo --> DueFrom









ATTENTION TREASURERS

All date fields should now validate to ensure that you have a legal date entered. That doesn't mean a "correct" date, just one that is legal. Dates can now be entered in a number of different forma...more

$query = "INSERT INTO gl_used_jnls SET jnl_number='" . $_POST['jnl_number'] . "', "; $dte = date("Y-m-d"); $query .= "date_stamp='" . $dte . "' "; $result = mysql_query($query, $_SESSION['linkID']) or die("Couldn't execute used journal query"); if ($result != FALSE) { $query = "commit"; $result = mysql_query($query, $_SESSION['linkID']) or die("Couldn't execute commit query"); echo "
The check records were successfully posted.
";