quinta-feira, 3 de julho de 2014

Descobrir o ip exato do seu site - Find the exact domain from your site


$host= gethostname();
$ip = gethostbyname($host);

echo $ip;


Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...