search for: v_callid

Displaying 1 result from an estimated 1 matches for "v_callid".

Did you mean: callid
2003 Dec 31
1
AGI - IVR - Time Clock
...auto,store,emp where auto.Strid=store.store_id and auto.Empid=emp.id ORDER BY Date, Time"; $result = mysql_query($query); $number = mysql_numrows($result); print "There are $number records in the Database:<p>"; for ($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&...