0
how can we get ip address using php?
Posted by The Blogger
on
11:42 AM
in
php
Answer:
We can use SERVER var $_SERVER['SERVER_ADDR'] and getenv("REMOTE_ADDR") functions to get the IP address.
tags: php interview questions, php interview question how can we get ip address, how can we get ip address
We can use SERVER var $_SERVER['SERVER_ADDR'] and getenv("REMOTE_ADDR") functions to get the IP address.
tags: php interview questions, php interview question how can we get ip address, how can we get ip address
Post a Comment