[PHP] Nameserver lookup

2005-06-07 Thread Hans J.J. Prins
back the last line. And that is exactly the line that I need! I also tried exec(), system() and shell_exec() But PHP does not give me that last line. I should mention that I'm on a freeBSD system with Apache 1.3.32 and PHP 4.3.10 Can anyone help me out on this? Thanks in advance. Hans J.J

[PHP] test

2005-06-07 Thread Hans J.J. Prins
test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ending a session

2004-11-19 Thread Hans J.J. Prins
Hello, I started a session at www.mydomain.com:/myscript.php I want to destroy the session at www.mydomain.com/myscript.php I seem to not be able to destroy it though. Does the different port have anything to do with it? Thx, H J.J. P -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: ending a session

2004-11-19 Thread Hans J.J. Prins
your Listen directive look like, if YES for number 4? Sorry, don't know what you mean by that. 6. Vhosts? Does that mean virtual hosts? In that case yes Jed Smith [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Hans J.J. Prins wrote: Hello, I started a session

[PHP] Re: ending a session

2004-11-20 Thread Hans J.J. Prins
Thx jed, Ik will try and find out more based on what you told me Jed Smith [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Hans J.J. Prins wrote: 3. Is it the same copy of PHP? Same php.ini, same PHP SAPI? I really don't know I would have to find out later. PHP attached

Re: [PHP] Re: ending a session

2004-11-20 Thread Hans J.J. Prins
Thanks! Jeffery Fernandez [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Greg Donald wrote: On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith [EMAIL PROTECTED] wrote: PHP attached to different Apaches can't share sessions, AFAIK. You'll need to make sure it's the same copy of