Socket Programming Tutorials

Got an idea for a tutorial ? Share it here.
Post Reply
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Socket Programming Tutorials

Post 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
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Socket Programming Tutorials

Post 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.
Image
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Re: Socket Programming Tutorials

Post by Alg0r1thm »

What do you mean by that :

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

I didn't understand ?
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Socket Programming Tutorials

Post by jacek »

Well my API tutorial covers how to send post data to a website by using sockets.
Image
Post Reply