RE: Find a specific record based on time

2005-04-20 Thread christopher . l . hood
sltDSLinfo = split(/\//, $row[6]); $rsltdslam = $rsltDSLinfo[0]; $rsltport = $rsltDSLinfo[2]; }else{ $rsltdslam = ""; $rsltport = ""; } $start_time = DateCalc("$rsltdate $rsltrecord_time","- $session_time sec

Re: Find a specific record based on time

2005-04-19 Thread Jay Savage
On 4/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ok, basically I have a list of start times, stop times, usernames, and > ip's in a database, I currently have code in place that will take in a > date and ip address and return a list of people that had that IP address, > with the time that