RE: [PHP] Sockets with windows / win32 - 'call to undefined function: ...'
by Maxim Maletsky other posts by this author
Apr 4 2002 11:39PM messages near this date
[PHP] Re: Sockets with windows / win32 - 'call to undefined function: ...'
|
[PHP] Session Authentication error
Socket() function does not exist in PHP at all. Use fsockopen() instead.
http://www.php.net/fsockopen
Sincerely,
Maxim Maletsky
Founder, Chief Developer
PHPBeginner.com (Where PHP Begins)
maxim@[...].com
www.phpbeginner.com
> -----Original Message-----
> From: Odd Arne Beck [mailto:oddbec@[...].no]
> Sent: Friday, April 05, 2002 1:23 AM
> To: php-general@[...].net
> Subject: [PHP] Sockets with windows / win32 - 'call to undefined
function: ...'
>
> Hi..
>
> The error I get is this one:
> "Fatal error: Call to undefined function: socket() ...."
>
> i'm 100% positive that all my code is correct..
>
> anyone else have this problem, or anyone else NOT having this problem?
>
> I have a win2000 with iis 5.0 and it's latest updates.
>
> the latest version of php too..
>
> Best regards,
>
> -Oddis-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Odd Arne Beck
Mike
Maxim Maletsky
|