> my $rv4 = $sth4->execute('$ip','$http_user_agent');
> if ($rv4 eq '0E0') {ahhhh... removing the ' around the vars will fix it :-(. my fault... but the ' are needed on inserts... strange thing... Alex
> my $rv4 = $sth4->execute('$ip','$http_user_agent');
> if ($rv4 eq '0E0') {ahhhh... removing the ' around the vars will fix it :-(. my fault... but the ' are needed on inserts... strange thing... Alex