Hi, I have a little problem... I'm working on a poll sistem into a LAN. Computers are connected through a DHCP server. Now, how do i get users IP's. With $_SERVER['REMOTE_ADDR'] a have same IP for all users... Need help! Thanx...
I assume what you mean is that all the users are behind NAT, and so all present as the same IP address. There's nothing you can do to avoid this, so you might want to look at another way of tracking individual users - using a cookie would probably be the best plan.