tags:

views:

25

answers:

1

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, so the data refer to a ajax script?

A: 

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?

symcbean