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
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 about this or not?
Regards,
=
Mr. Yi Socheat
Webmaster
Commun
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