How to communicate a Java server with PHP
I succeeded setup a JAVA tcp server. I succeeded setup a PHP tcp client.
(by using stream_get_contents, fwrite) The problem is, when i try to
transfer my PHP tcp client to an hosting company (in my case Godaddy.com),
it doesn't works. Godaddy probably blocks stream_get_contents. What are my
alternatives?
No comments:
Post a Comment