Problem retrieving Audio Profile.
Error: ". mysql_error()."
");
}else{
$row = mysql_fetch_array($listem);
$ID = $row['ID'];
$subject = $row['subject'];
$time = $row['time'];
$breaktime = explode(':',$time);
$breakcount = count($breaktime);
if($breakcount == 3){
$hr = $breaktime[0];
$mn = $breaktime[1];
$sc = $breaktime[2];
}elseif($breakcount == 2){
$hr = '';
$mn = $breaktime[0];
$sc = $breaktime[1];
}else{
$hr = '';
$mn = '';
$sc = $breaktime[0];
}
$filename = $row['filename'];
$filesize = $row['filesize'];
$voices = $row['voices'];
$date_rec = $row['date_rec'];
$chunk_rec = chunk_split($date_rec, 2, ':');
$chunk_arrc = explode(":", $chunk_rec);
$rec = $chunk_arrc[2].'/'.$chunk_arrc[3].'/'.$chunk_arrc[0].$chunk_arrc[1];
$comment = $row['comment'];
$dtnum = $row['dtnum'];
$chunk_dtnum = chunk_split($dtnum, 2, ':');
$chunk_arr = explode(":", $chunk_dtnum);
$up = $chunk_arr[2].'/'.$chunk_arr[3].'/'.$chunk_arr[0].$chunk_arr[1];
}
?>
Eco-$mart Library Administration
Audio Profile