[PHP-WIN] Thanks for the help. It works now!

2002-02-01 Thread Sébastien Thüler
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]

[PHP-WIN] Sorry. It seems I need to sleep more ;)

2002-02-01 Thread Sébastien Thüler
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

[PHP-WIN] gethostbyname renvoie... un nom!

2002-02-01 Thread Sébastien Thüler
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

Re: [PHP-WIN] Deleting a file under Windows

2001-12-30 Thread Sébastien Thüler
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

[PHP-WIN] Error found

2001-12-30 Thread Sébastien Thüler
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

[PHP-WIN] Deleting a file under Windows

2001-12-30 Thread Sébastien Thüler
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

[PHP-WIN] Error using session with Apache 1.3.22, PHP 4.1 and Windows 2000 SP2.

2001-12-30 Thread Sébastien Thüler
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".'