开发者

Present data get from tcp on webpage without refreshing entire page?

开发者 https://www.devze.com 2023-01-02 12:47 出处:网络
My php script communicates over TCP with C server, is there a way to present data obtained from the server while it does not refresh the entire page开发者_StackOverflow, so the data refer to a ajax sc

My php script communicates over TCP with C server, is there a way to present data obtained from the server while it does not refresh the entire page开发者_StackOverflow, so the data refer to a ajax script?


Yes, Ajax or comet is the answer.

(the references to C, C++ and TCP are irrelevant).

But since you've already answered your own question - what's the problem here?

0

精彩评论

暂无评论...
验证码 换一张
取 消