Re: [PHP] Socket communications question

2006-10-13 Thread Richard Lynch
On Fri, October 13, 2006 11:15 am, Jeff Lanzarotta wrote: How did you open the socket? Did you check that it's valid? You've already written to it, right?... And Java got the data you sent? One hack would be to try opening one socket just for reading and one just for writing... Might work out

[PHP] Socket communications question

2006-10-13 Thread Jeff Lanzarotta
Hello, I am trying to get a php web page to communicate with a java application with little success... I can get the php page to send the request to the java application, just fine. But when the java app sends the response back, the php page does not seem to get it... As a side note, the java ap