On Thu, May 13, 2010 at 9:14 PM, Josh Mellicker <[email protected]> wrote: > > > To get the user's (internet, not local network) IP address, put a text file > on your server with this code: > > <?php echo $_SERVER['REMOTE_ADDR']; ?> > > > This still doesn't [fully] work. While not the local IP address, you'd still have to perform NAT traversal in order to do any actual communication with the client machine (read: anything useful). At best, with this IP address you can find out the general county/city the client machine is located in.
Jeff M. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
