Hello,
How can I get server's IP on which PHP is running on?
thanks, Alex
I believe it's like this:
<?PHP echo $_SERVER["SERVER_ADDR"]; ?>
thanks a lot!
No problem.