I am a novice C# programmer and have desided to try php, I am working on developing a php/C# live response system but I am having some problems
on getting the php to work.
As you can see from my website
Live Reponse Test, I have a somewhat working system already, When you click on the link located on the page, it brings up a window that contains two major frames, one that displays messages, and one where you type messages. Currently if you type a message, it shows up at the top but this is where my problem starts.
My plan is for when a user clicks the link, it alerts any operator logged in on the C# console and allows them to chat in real-time with the client. I don't have any idea on how to make it real-time.
I had thought using sockets but I dont know how I could get one TCP socket on the php part to send data to the console and receive data at the same time and post it to the content frame.
Would anyone be able to help me figure out a communication method to make this system real-time?