hi,
i'm developing a system that invovles a client-program written in java and a server side php script to perform various processing tasks.
on the java client program, i'm aware that you can run the php script thru POST and GET commands and listen for responses on a specified port (am i correct?). now, if this method is used, how does php return the processed information? someone said that using echo statements will return it, does that work?
thanks!
-Mick