I would like to parse the user IP address. Just I receive it by email but I need to use it for the custom code process.
Thanks in advance.
Thanks in advance.
Hi camerata,
You can get the IP address like this
Bob
You can get the IP address like this
$ip_address = JRequest::getString( 'REMOTE_ADDR', '', 'server' );Bob
This topic is locked and no more replies can be posted.
