Top "Ip-address" questions

An Internet Protocol address (IP address) is a numerical label assigned to each device in a computer network that uses the Internet Protocol for communication.

How to get client IP address using jQuery

I want to know how to get client IP address using jQuery? Is it possible? I know pure javascript can't, …

javascript jquery ip-address
Datatype for storing ip address in SQL Server

What datatype should I choose for storing an IP Address in a SQL Server? By selecting the right datatype would …

sql-server tsql sql-server-2005 types ip-address
What is the most accurate way to retrieve a user's correct IP address in PHP?

I know there are a plethora of $_SERVER variables headers available for IP address retrieval. I was wondering if there …

php ip-address
Determine the network and host ID portion of an IP address

I need to work out the algorithm regarding how you calculate the network and host portion of an IP address. …

networking ip-address host subnet cidr
CloudFlare and logging visitor IP addresses via in PHP

I'm trying to track and log users/visitors that are accessing my website using PHP's $_SERVER['REMOTE_ADDR'] to do …

php logging ip-address cloudflare
How to get ip address from sock structure in c?

I'm writing simple server/client and trying to get client IP address and save it on server side to decide …

c sockets ip-address
How to find the IP Address of Client connected to Server?

My client pc is connected to as server pc via sockets over Ethernet, How do I find the IP of …

java sockets ip-address
how to get ip address in codeigniter?

I am doing this following code for login attempt & i want get IP address of my local machine.. if ( !$…

php codeigniter ip-address
How to determine if a string is a valid IPv4 or IPv6 address in C#?

I know regex is dangerous for validating IP addresses because of the different forms an IP address can take. I've …

c# .net ip-address
How to get gateway address when subnetting?

I have to subnet a network from a single class C IP address. I have figured out the subnet mask …

ip-address gateway subnet