Displaying 1 result from an estimated 1 matches for "v_time".
Did you mean:
_time
2003 Dec 31
1
AGI - IVR - Time Clock
...$i=0; $i<$number; $i++) {
$v_callid = mysql_result($result, $i, "CallerID");
$v_store = mysql_result($result, $i, "name");
$v_emp = mysql_result($result, $i, "employee");
$v_date = mysql_result($result, $i, "Date");
$v_time = mysql_result($result, $i, "Time");
$v_stat = mysql_result($result, $i, "Status");
if ($v_stat == '1') {
$v_stat_chgn = "Login";
}else{
$v_stat_chgn = "Logout";
}
// print "$v_cal...