Thread
:
Get the server's ip address
View Single Post
#
2
(
permalink
)
10-15-2006
Chenky
Posts: n/a
Re: Get the server's ip address
Hi,
Try this:
$_SERVER['SERVER_ADDR'];
Regards,
Josh
Chenky