note 98070 deleted from function.gethostbyname by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: fguaraldo at gmail dot com ---- To get server IP in command line. I use this case windows server. $ip= gethostbyname($_SERVER['USERDOMAIN']); print $ip;