Woohoo! It's working now!
Thanks for your help!
-Séb
--
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]
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://ww
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
I suppose the PDF version of the manual is not up-to-date, then.
Thanks for the info!
-Séb
"Daniel Beulshausen" <[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
At 18:11 30.12.2001 +0100, Sébastien Thüler wrote:
>Hello!
>
>The manual says that un
session wasn't explicitely started neither was session_auto_open set to 1.
No comment, please ;)
- Séb
--
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: [EM
Hello!
The manual says that unlink() doesn't work under Windows.
Question is : what is the way to delete a file under Windows ?
- Sébastien Thüler
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
Hello everybody!
I'm using Apache 1.3.22 and PHP 4.1.0 (in SAPI mode) under Windows 2000 SP2.
When I try to register a variable for PHP session using
session_register("variable-name");
I get an error message : 'Instruction at "0x005d956c" use memory address
"0x8b2b43b1". Memory cannot be "read".'