php-long-polling
php-long-polling copied to clipboard
Just a question
Hi! Can someone help me? When data.txt change I want to reload the client.html page (instead of changing the "response" div content).
I've tryed also something like this (so i can use php to reload page or other things)
$('#response').html(" ");
but the string "hello world" is never displayed (of course, i've renamed the client.html in client.php)
Any help is really appreciated.