Displaying 1 result from an estimated 1 matches for "optstat".
Did you mean:
optstart
2003 Dec 31
1
AGI - IVR - Time Clock
...storeid ();
}
my $stat = $AGI->get_data('status',-1,1); #Asks - Login or Logout
if ($stat == 1) {
$AGI->stream_file(login);
}else{
$AGI->stream_file(logout);
}
my $optstat = $AGI->get_data('correct',-1,1); # Asks if what
was entered is correct otherwise ask question again
if ($optstat != 1) {
status ();
}
############# Database Connection ###########################
my $dbh = DBI->connect("DBI:mysql:database=service;host=localhost&q...