Okay, well, I have several little things that have been bugging the crap out of me...
These things fall under one basic category.
I need to be able to send AND receive data with PHP scripts!
I want to establish a keep-alive connection (hopefully a socket), from which I can send data from one PHP script to another on a different server. I'd like the scripts from the two different servers to keep sending data back and forth with one connection, and as little hassle as possible.
Second, I want to send data from a C++ script on my computer to a server with another keep-alive connection. So I'd like it to be able to transmit data back and forth from an online PHP script and a home computer, with the same convenient connection system.
I am fairly well-experienced in PHP, and I am getting the hang of C++ pretty quickly, but this is irritating. I need this info ASAP!
These things fall under one basic category.
I need to be able to send AND receive data with PHP scripts!
I want to establish a keep-alive connection (hopefully a socket), from which I can send data from one PHP script to another on a different server. I'd like the scripts from the two different servers to keep sending data back and forth with one connection, and as little hassle as possible.
Second, I want to send data from a C++ script on my computer to a server with another keep-alive connection. So I'd like it to be able to transmit data back and forth from an online PHP script and a home computer, with the same convenient connection system.
I am fairly well-experienced in PHP, and I am getting the hang of C++ pretty quickly, but this is irritating. I need this info ASAP!
