Page 1 of 1

Socket Programming Tutorials

Posted: Sun Jan 22, 2012 7:22 pm
by Alg0r1thm
Hi bro ,

I think we have the lack of socket programming tutorials in php programming language !

For example using the Socket , Also the CURL methods and their concepts , they're like few water in the desert ...

Could you please provide some tutorials on this and when you can release them ?

Thanks in advance

Re: Socket Programming Tutorials

Posted: Mon Jan 23, 2012 7:57 pm
by jacek
I have done some things with sockets, but they have been hidden as part of other things ;) But I can do a better explenation instead of just how to use it :)

Probably not to cURL, since that is just the lazy way of using the socket directly.

Re: Socket Programming Tutorials

Posted: Sat Jan 28, 2012 6:51 pm
by Alg0r1thm
What do you mean by that :

" but they have been hidden as part of other things "

I didn't understand ?

Re: Socket Programming Tutorials

Posted: Sat Jan 28, 2012 10:23 pm
by jacek
Well my API tutorial covers how to send post data to a website by using sockets.