I need to get local IP of computer like 192.*.... Is this possible with PHP?
I need IP address of system running the script, but I do not need the external IP, I need his local network card address.
$localIP = getHostByName(php_uname('n'));
$localIP = getHostByName(getHostName());