[Solved] Contact Form IP Address

$body = “Name: $name \n\nEmail: $email \n\nComments: $comments”; replace with $body = “Name: $name \n\nEmail: $email \n\nComments: $comments \n\nIP: “.$_SERVER[‘REMOTE_ADDR’]; solved Contact Form IP Address

[Solved] Ip Address and network

Local v External static v dynamic Every IP address has a network and host part, determined by the subnet mask. A device has an IP and subnet mask of: 192.168.0.5;255.255.255.0 means that it has an network address of 192.168.0 and the rest of the ip address is allocated to hosts on the network (for a … Read more