For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Syntax

IpAddress()

IpAddress() => "90.145.239.131"

Last updated

Was this helpful?