Click to See Complete Forum and Search --> : IP address submission


sky21
07-06-2006, 12:14 AM
I have tried the Show IP Address function and it works well in my "registration form".

However, what additional function do I put in so that the IP address will also be submitted to me when a customer registers?

Currently, the IP address is shown on the registration form but not submitted to me when customer click "SUBMIT".

Please assist. Thank you.

David Harrison
07-06-2006, 06:47 AM
You don't need to grab the users IP address with a form, every time a user calls a page they hand you their IP on a platter. You can grab their IP address on the server side with whatever language you are using.

I have moved this to the "Other" forum until it can be determined what server side language you are using.