[snip]
PHP Notice:  Undefined variable:  client in /Users/rene/Sites/test/s9.php on line 30

Here's my code:
[/snip]

I tried counting the lines, but could not determine which one was line 30. Is this 
it...

if ($client[$i]['sock'] != null) $read[$i+1] = $client[$i]['sock'];

If so $client is not defined. $clients is.

// Array will hold client info
$clients = Array();

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to