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
Socket Programming Tutorials
Re: Socket Programming Tutorials
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.
Probably not to cURL, since that is just the lazy way of using the socket directly.
Re: Socket Programming Tutorials
What do you mean by that :
" but they have been hidden as part of other things "
I didn't understand ?
" but they have been hidden as part of other things "
I didn't understand ?
Re: Socket Programming Tutorials
Well my API tutorial covers how to send post data to a website by using sockets.