casi wrote:
Hi guys,
I have a php site running in an infinite loop in order to have a permanent tcpip connection with fsockopen to another server. Now the user should be able to make an input. As the php is running in the infinite loop, the html <form variable is not refreshed.
Is there a possibility to get the inputs with javascript and send them to the php loop without reloading the php site?
Could somebody help and explain how this functions without that the tcpip connection is lost?
I'm searching for a solution without javascript.


tnt Carsten.


It sounds you will need a java applet. Browsers alone can make only single request, then the connection is lost (there is keep-alive, but that does not count in this case). Are you sure there is no other way? Do you need infinite loop?


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



Reply via email to