Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [brewt] Insert IP address and current time/date stamp?

Quote Reply
Re: [brewt] Insert IP address and current time/date stamp? In reply to
Hi.
Code:
sub {
my $tb = $DB->table('user_logins');
$tb->select_options('ORDER BY user_logins_date', 'LIMIT 10');
return $tb->select('user_logins_date', 'user_logins_ip', 'user_logins_lan', { user_logins_userid => $USER->{userid} })->fetchall_arrayref({});
}
Would this be ok?

Thnx
Anup

Last edited by:

anup123: Jul 3, 2004, 12:03 PM
Subject Author Views Date
Thread Insert IP address and current time/date stamp? telemachus 3727 Jun 18, 2004, 2:02 PM
Thread Re: [wickedmoon] Insert IP address and current time/date stamp?
brewt 3636 Jun 18, 2004, 2:46 PM
Thread Re: [brewt] Insert IP address and current time/date stamp?
telemachus 3623 Jun 18, 2004, 3:09 PM
Thread Re: [wickedmoon] Insert IP address and current time/date stamp?
brewt 3627 Jun 18, 2004, 3:24 PM
Thread Re: [brewt] Insert IP address and current time/date stamp?
anup123 3596 Jul 1, 2004, 4:37 PM
Thread Re: [anup123] Insert IP address and current time/date stamp?
brewt 3614 Jul 1, 2004, 6:56 PM
Post Re: [brewt] Insert IP address and current time/date stamp?
anup123 3602 Jul 3, 2004, 11:55 AM