$dnum = date(Ymd)*4;
$from = $_GET['fr'];
if($from == ""){
$from = $_POST['fr'];
}
if($from != $dnum){
echo("<<<<Restricted Area>>>>" .
"
Sorry, you must Log In to view this Page
");
exit();
}
$usrn = $_GET['usrn'];
if($usrn == ""){
$usrn = $_POST['usrn'];
}
if($usrn == ""){
echo("<<<<Restricted Area>>>>" .
"
Problem with your username. Please Log In again.
");
exit();
}
$today = date("F j, Y");
$subject = $_POST['subject'];
$subjectstripe = stripslashes($subject);
$subjectstrip = str_replace ( "'", '’', $subjectstripe);
$subject_value = str_replace ( '"', '"', $subjectstrip);
$hour = $_POST['hour'];
if($hour == ""){
$hour = '0';
}
$strhour = strlen($hour);
if($strhour < 2){
$hours = '0'.$hour;
}else{
$hours = $hour;
}
$minute = $_POST['minute'];
if($minute == ""){
$minute = '0';
}
$strmin = strlen($minute);
if($strmin < 2){
$minutes = '0'.$minute;
}else{
$minutes = $minute;
}
$second = $_POST['second'];
if($second == ""){
$second = '0';
}
$strsec = strlen($second);
if($strsec < 2){
$seconds = '0'.$second;
}else{
$seconds = $second;
}
$time = $hours.':'.$minutes.':'.$seconds;
$month = $_POST['month'];
$strmon = strlen($month);
if($strmon < 2){
$months = '0'.$month;
}else{
$months = $month;
}
$day = $_POST['day'];
$strday = strlen($day);
if($strday < 2){
$days = '0'.$day;
}else{
$days = $day;
}
$year = $_POST['year'];
$dater = $year.$months.$days;
$date_rec = $dater + 0;
$filename = $_POST['filename'];
$filesize = $_POST['filesize'];
$voices = $_POST['voices'];
$voicesstripe = stripslashes($voices);
$voicesstrip = str_replace ( "'", '’', $voicesstripe);
$voices_value = str_replace ( '"', '"', $voicesstrip);
$voices_break = nl2br($voices_value);
$comment = $_POST['comment'];
$commentstripe = stripslashes($comment);
$commentstrip = str_replace ( "'", '’', $commentstripe);
$comment_value = str_replace ( '"', '"', $commentstrip);
$comment_break = nl2br($comment_value);
?>
Eco-$mart Library Administration
New Audio File
Recording Date: //
|
Recording Time:
|
©2007 - Data Base Interface - Custom Built at:
|
|