Woops, sorry! I didn't even notice that ;)
My problem is concerning gethostbyname() function. The PHP manual (French
version ;) states that function "returns IP address of host".
So I tried the following :
$adresse = gethostbyname("http://www.blizzard.com");
to get the IP address of http://www.blizzard.com in $adresse.
The funny thing is that $adresse contains 'http://www.blizzard.com' !
Anyone could help ?
-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]