its my firsttime using it.
Ok i tried to use websocket ext. but i dont understand it :/
In this article http://www.sanwebe.com/2013/05/chat-using-websocket-php-socket/ i download it, extract it in folder, and i open command prompt execute this
c:\xampp\php\php-cgi.exe -q c:\inetpub\wwwroot\CC2\ws\server.php
I open index.php in 2 browser and connect it. Two browser connected as well. But after 30 second, connection is lost. I looked in cmd, gived this error
C:\Users\traBolic>c:\xampp\php\php-cgi.exe -q C:\inetpub\wwwroot\CC2\ws\server.php
<br />
<b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>C:\inetpub\wwwroot\CC2\ws\server.php</b> on line <b>28</b><br />
I dont understand it, is that normal? How can i keep connection live in a long time?