why the line:
$s = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
i giving me:
Fatal error: Call to undefined function: socket_create() in /path/v.php on line 18
the php version is 4.3.0
thanks.....
Have you got php installed with support for sockets? Doesn't sound like ya do to me. Try using phpinfo() to find out which modules are enabled.
my modules dir is empty... where do i get those modules from?
thanks..