CTED]
Sent: 2004-01-14 11:32
Subject: RE: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP
Could anyone tell me how to make MySql worke in PHP5.0 beta , I used to
previous version of PHP 4.0 it is ok with mySql but when I upgrade to
PHP 5.0 beta mySql is not working...have any tips ab
Edwards [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 8:12 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP
Hi,
Can somebody help me with regards to getting a
socket.create() command to work on PHP4/WinXp/Apache, I get the following
output
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
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