How to get the computer ip address through coding?
My computer gets some problem with the ip address. So i want tried to get the ip address but it was failed. May i know the procedures to get the computer ip address becoz i know only how to find the inernet i address. I chk this address from http://www.ip-details.com/ Like the same i want the easy procedure to get the ip address ?
It depends what language you are programming in, and what web server you are using, but all programming frameworks will give you the ability to obtain the IP Address of the web request. If that request was made behind a proxy server that announces itself through an HTTP header (such as HTTP_X_FORWARDED_FOR), then you can determine that IP address to. Finally, you can research the location, DNS ownership, etc. using an online tool like IP-Details.com : Find your IP address Information or My IP Address.
You can get the ip address here http://www.ip-details.com/
If you need detail of that ip address get here http://www.whoisxy.com/ It's provides whois information of an ip address or domain name....
Open run in windows, type cmd, then in the command line type out ipconfig or ipconfig/all and that will give you a list of all your Internet service providers ip as well as your routers and any networks that are connected to you.