Forum: Advanced PHP Programming
07-15-2009, 05:34 PM
|
|
Replies: 7
Views: 4,174
fixed it
Aha,
Tony you where right about the socket_create stuff. After some reading up and re-writing and came up with this as a working php client :)
<?php
error_reporting(E_ALL);
echo "<h2>TCP/IP...
|
Forum: Advanced PHP Programming
07-15-2009, 04:49 PM
|
|
Replies: 7
Views: 4,174
Thanks for the documentation
Thanks for pointing me to some more documentation to read up on (it is useful stuff). Unfortunately there is nothing here that fixes my problem directly. I'll look into to using the socket_create...
|
Forum: Advanced PHP Programming
07-15-2009, 03:31 PM
|
|
Replies: 7
Views: 4,174
|