How can i detect the visitors IP Address using HTML for my website?
I have a contactform.html and a formsent.html.
And when formsent.html sends the contact info to my email i also want to see their IP Address!
How can i detect the visitors IP Address using HTML for my website? I
Share
You can’t do it through HTML. However, you can find the IP address of a visitor through PHP.