"; echo ''; echo ''; echo '
Select Work:
Date: '; $start_time=$HTTP_GET_VARS["time"]; $time=getdate($HTTP_GET_VARS["time"]); $year=$time['year']; $month=$time['month']; $mday=$time['mday']; $hour=$time['hours']; echo "$mday     $month     $year    
'; //$month=$time['mon']; /*This is the information fetched from the begin timestamp*/ echo ''; echo 'Begin time: End time:
Assistant:
'; mysql_close($work_link); } else{ echo 'This service demands valid authentication.'; } ?>