How to get the client IP address in Php?
Rate this page : |
[ 0 votes]
|
Use this php code to view the real IP address. Here, SERVER["REMOTE_ADDR"] function is used to view the ip address of the client from which the user is viewing the current page.