Hi,,
Is it possible to get IP of server where the script is running.
I used following code
<?php
echo $ip=$_SERVER['REMOTE_ADDR'];
echo $_SERVER['SERVER_ADDR'];
?>
But it outputing as "127.0.0.1".
Is there any way to print IP ?
Hi,,
Is it possible to get IP of server where the script is running.
I used following code
<?php
echo $ip=$_SERVER['REMOTE_ADDR'];
echo $_SERVER['SERVER_ADDR'];
?>
But it outputing as "127.0.0.1".
Is there any way to print IP ?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.