IpAddress

The IpAddress()function gets the IP address of the client.

This function can be used to route users from a certain network to a specific page or a custom login process. It can also be used to track the (public) IP-addresses of your users. Please note that some countries have legislation about using and storing IP-addresses (GDPR).

WIKI: http://en.wikipedia.org/wiki/IP_address

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a text that contains the IP-address of the client viewing the WEM website.

Syntax

IpAddress()

IpAddress() => "90.145.239.131"

Last updated