Web Hosting Talk







View Full Version : Getting IPs...


TopDog07
04-26-2002, 12:25 AM
Is there a way of obtaining someones IP when they use the signup form (html) and on the php passback script from 2Checkout (php). ? Any links or anything just to send/email me thier ip when they signup? Thanks :)


BC12 :eek3:

rey
04-27-2002, 01:50 AM
HTML doesn't have functionality to obtain ip address. However, if you use php, it will be very easy :)

TopDog07
04-27-2002, 02:00 AM
Thanks, I wasn't sure about html but I knew it could be done with php... Thats why I was asking "how-to" ;)

diederik
04-27-2002, 03:57 AM
Check these out, they might be helpfull for you :

http://www.evilwalrus.com/viewcode.php?codeEx=187

http://forums.devshed.com/showthread.php?threadid=30755&forumid=5&highlight=IP+address+PHP

http://forums.devshed.com/showthread.php?threadid=25429&forumid=5&highlight=IP+address+PHP

http://forums.devshed.com/showthread.php?threadid=23262&forumid=5&highlight=IP+address+PHP

Good luck :)
Diederik

TopDog07
04-27-2002, 03:42 PM
Thanks diederik. :D