- My C++ program communicates to my PHP server through a TCP socket.
- Data is sent on the server at periodic intervals.
- I want the Data sent on the server to be displayed on my HTML page.
I am new to HTTP/PHP programming. How can I achieve this.
Thanks in advance.