Click to See Complete Forum and Search --> : IP Address


Jonathan
07-11-2003, 02:48 PM
I also posted this in the PHP section because I am not sure which one can do this but here it is...

Is there a way to collect someone's IP address when they submit a form, then display that IP address in your e-mail that you get from that form... I am just asking because people have been using some unnesessary language in forms that are meant for good means... This way I can bann the user that has violated such viciousness.

brendandonhue
07-11-2003, 02:50 PM
Duplicate.
Answered in PHP forum.

Jona
07-11-2003, 02:51 PM
Goes in the PHP forum:


echo $_SERVER["REMOTE_ADDR"];


[J]ona

Jona
07-11-2003, 02:57 PM
Originally posted by brendandonhue
Duplicate.
Answered in PHP forum.

Didn't see your reply before I posted. :p

[J]ona