How to get the my system's IP address

前端 未结 4 542
野性不改
野性不改 2020-12-22 11:50

How do I get my system\'s IP address?

I am using $ip_address=$_SERVER[REMOTE_ADDR];, but it returns my localhost IP address instead of my system\'s IP

4条回答
  •  轮回少年
    2020-12-22 12:24

    If you are accessing a local server, then your local IP address is the remote IP. PHP is giving you the correct response.

    If you want to know your IP address to the rest of the internet, go to Google and type "what is my ip".

提交回复
热议问题