hi,
how do i run a php script (on the server) and process data received from a client-side program residing on a hard drive thru sockets? suppose they are both setup to communicate thru the same port.
i thought of one way but not sure whether it is logically flawed. anyway here goes:
i can activate the script thru a web browser and keep it listening to the specified port thru looping. when i receive data from the client, the loop stops and the script processes the info. after processing, continue the initial loop.
really need to know this.
thanks!
-Mick