sending data from PHP to C++

R

Thread Starter

rayna

i have to do a project titled expert control and interface, which the user will browse from the browserb (PHP). then the information that the clicked will be converted into binary digits. then, the C++ suppose fetch the binary digits and will send it to the serial port.

Browser ->PHP -> APACHE server -> C++ -> serial port

but i cant make the C++ fetch the binaries digits from PHP. any solution anyone? example will be great!

thank you.
 
Top