i've got that intro example to PHP Socket programming , it is not working ( I posted it in another thread )...
the point is that when i open the page for the first time, it always try to load and never stop, but if i refresh it, i get a message which is similiar to something that means : the usage of the same port / server... is not allowed, since there's already a connection to that server and port...
can someone provides a simple and minimal php socket example ?