Hi Christopher,
You need to load the sockets extension before you can use these functions.
You can do that with extension=php_sockets.dll in php.ini or
dl("php_sockets.dll"); in your script if you are using CGI.
- Frank
> Hi,
>
> Can somebody help me with regards to getting a
> soc
php-windows Digest 14 Jan 2004 04:11:16 - Issue 2079
Topics (messages 22568 through 22572):
email tela kami terima
22568 by: Svensson, B.A.T. (HKG)
Just checking
22569 by: Svensson, B.A.T. (HKG)
22570 by: Svensson, B.A.T. (HKG)
Re: Session Variables Problem (Mis
Hi,
Can somebody help me with regards to getting a
socket.create() command to work on PHP4/WinXp/Apache, I get the
following output;
Fatal error: Call to undefined function: socket_create() in D:\Program
Files\Apache Group\Apache2\htdocs\login.php on line 114
I tried having a loo
Now it is clear that the problem is in your own PHP setting. In your php.ini
file there is a section entitled as "session". Have you changed anything
there? You might want to post this section here.
Since PHP saves the session information to a directory it is important to be
sure that the director
Seams like I do not. Hehe >-)
-Original Message-
From: Svensson, B.A.T. (HKG)
To: '[EMAIL PROTECTED]'
Sent: 2004-01-13 09:22
Subject: [PHP-WIN] Just checking
Just checking weather or not I get these "tela kami terima" bounces
anymore.
--
PHP Windows Mailing List (http://www.php
Just checking weather or not I get these "tela kami terima" bounces anymore.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Wasn't it a year ago or so, that another brillinat person also
had this kind of auto-reply set for some few month or so?
-Original Message-
From: ridwan ari kurnia
To: Svensson, B.A.T. (HKG)
Sent: 2004-01-13 08:16
Subject: email tela kami terima (Re: Subject: RE: [PHP-WIN] Re: Session
Vari
php-windows Digest 13 Jan 2004 07:50:51 - Issue 2078
Topics (messages 22553 through 22567):
PHP hangs in Windows XP
22553 by: d_rems.yahoo.com
Windows XP hang problem
22554 by: Damjan Rems
22555 by: Mike Brum
a for-loop syntax question
22556 by: Bobo Wieland
That's becasue it always create a new session.
Try (in psedo code):
IF NOT SESSION CREATED THEN
CREATE NEW SESSION
ELSE
DONT BOTHER TO CREATE NEW SESSION
END_IF
[CONTINUE DO YOUR STUFF]
-Original Message-
From: Brad Lawryk
To: [EMAIL PROTECTED]
Sent: 2004-01-12 22:00
Subject: [PHP-