Click to See Complete Forum and Search --> : PLEASE how to load sockets.


erick
07-25-2003, 03:22 PM
#!/usr/bin/php -q
Fatal error: Call to undefined function: socket_create() in D:\webserver\docs\radius\server.php on line 47

Please anyone, how do I get the sockets to load....

windows machine..

Thx,
Erick

Khalid Ali
07-26-2003, 05:52 PM
I have not worked with socket programming in PHP,however here is resource that might help you.

http://www.php.net/manual/en/ref.sockets.php

It seems though,sockets are still in the development process in PHP.

Good Luck