[PHP] determining where the computer is that posts to a db

2002-05-29 Thread Tom Beidler
I have a time billing application and I need to determine where people are logging in from to make sure they are signing in at work and not at home. Currently I'm logging the IP address and hostname but I don't think that's the totally sano way to do it. The work sites are using local ISP's that

Re: [PHP] determining where the computer is that posts to a db

2002-05-29 Thread Ed Gorski
Getting the mac address of a machine would be a BIG security holeso I really doubt there is. ed At 10:58 AM 5/29/2002 -0700, Tom Beidler wrote: I have a time billing application and I need to determine where people are logging in from to make sure they are signing in at work and not at

Re: [PHP] determining where the computer is that posts to a db

2002-05-29 Thread Tyler Longren
Nope, no way to determine a MAC address through a browser. tyler - Original Message - From: Tom Beidler [EMAIL PROTECTED] To: php list [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 12:58 PM Subject: [PHP] determining where the computer is that posts to a db I have a time billing