Salut � tous!
Le manuel indique sous gethostbyname() : "Retourne l'adresse IP
correspondant � un h�te"
Mon but est d'obtenir l'adresse IP depuis le nom d'h�te, donc j'ai na�vement
d�cid� de tenter ceci :
$adresse = gethostbyname("http://www.blizzard.com");
Et $adresse contient, bien �videmment (?) la valeur http://www.blizzard.com
!
Quelqu'un a une id�e sur la mani�re de proc�der (et pourrait m'en faire
profiter :) ?
-S�bastien
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]