Page 1 of 2

Socket Programming , CURL

Posted: Wed Oct 19, 2011 5:11 pm
by Alg0r1thm
Hi brothers ,

I need to learn socket programming in PHP ,

I saw the documentation and some other things on the NET , but it wasn't so useful , enigmatic , and the tutorial that I'd found wasn't good ... .

So anyone can help me ?

Jacek please show me the way ...

Thanks a lot brothers ...

Re: Socket Programming , CURL

Posted: Wed Oct 19, 2011 7:57 pm
by jacek
What exactly do you mean by socket programming ?

Re: Socket Programming , CURL

Posted: Wed Oct 19, 2011 8:32 pm
by Alg0r1thm
I wanna learn how to code for example admin page finder with CURL and Socket Programming and the other stuff s !

Please help ...

Thanks in advance

Re: Socket Programming , CURL

Posted: Wed Oct 19, 2011 9:18 pm
by jacek
You haven’t explained it, you just repeated the term "socket programming".

Re: Socket Programming , CURL

Posted: Wed Oct 19, 2011 9:30 pm
by Temor
jacek wrote:You haven’t explained it, you just repeated the term "socket programming".

I have a feeling he's referring to programming using functions such as fsockopen etc.
Google'ing socket programming brings me to a page translated by google translate and makes absolutely zero sense whatsoever.

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 8:11 am
by Alg0r1thm
Yeah I mean using the fsock and CURL functions to get the page content or feeling some forms indirectly and finding some pages and other things ...

Please help me jacek :D

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 12:00 pm
by Temor
Alg0r1thm wrote:Yeah I mean using the fsock and CURL functions to get the page content or feeling some forms indirectly and finding some pages and other things ...

Please help me jacek :D

So you mean you need help with doing the competition?

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 5:46 pm
by Alg0r1thm
I need a tutorial from ground up !

Please give me such links or articles ... .

Thanks

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 6:33 pm
by EcazS
Alg0r1thm wrote:Please give me such links or articles ... .

http://google.co.uk

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 7:12 pm
by jacek
You can get the contents of a page using file_get_contents(), example.

[syntax=php]echo file_get_contents('http://betterphp.co.uk/');[/syntax]
will show you my amazing website :D

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 8:07 pm
by Alg0r1thm
Hey man ,

I talking about the socket programming !

I know the google , But I requested some articles from you ...

Thanks in advance

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 8:09 pm
by EcazS
I don't think anyone here has any articles saved on their computer. You know, you've waited several hours for something you could have Googled in less than 5 minutes and actually found something :S

Re: Socket Programming , CURL

Posted: Thu Oct 20, 2011 8:26 pm
by DomC

Re: Socket Programming , CURL

Posted: Fri Oct 21, 2011 10:46 am
by Alg0r1thm
Hey man you know you're very clever , if you don't I say you're very clever !

What the hell are talking about ??????? I said introduce me some video tutorial or some articles that are reliable !

Not saying haphzardly and just layman talk ;)

Don't spam more ...

Jacek Please Help Me !

Re: Socket Programming , CURL

Posted: Fri Oct 21, 2011 2:04 pm
by jacek
Alg0r1thm wrote:Jacek Please Help Me !

jacek wrote:What exactly do you mean by socket programming ?

Re: Socket Programming , CURL

Posted: Fri Oct 21, 2011 3:32 pm
by Alg0r1thm
I mean learning the CURL completely !

I can't understand the CURL , It's enigmatic for me ,

I want a tutorial that can show me the concept ... !

Please bro ,

and please learn the members don't spam " again and again google it ",

If I wanted to google it I didn't make topic :D

Re: Socket Programming , CURL

Posted: Fri Oct 21, 2011 3:35 pm
by Temor
Alg0r1thm wrote:I mean learning the CURL completely !

I can't understand the CURL , It's enigmatic for me ,

I want a tutorial that can show me the concept ... !

Please bro ,

and please learn the members don't spam " again and again google it ",

If I wanted to google it I didn't make topic :D

first search for cURL on youtube :


/Edit;

PHPacademy also has a cURL tutorial.

Re: Socket Programming , CURL

Posted: Fri Oct 21, 2011 7:57 pm
by Alg0r1thm
give me some links !

I mean the links of the specific videos ... .

Re: Socket Programming , CURL

Posted: Sat Oct 22, 2011 9:43 am
by DomC
Hey,

Sorry if I offended you but our point was that if you just had a search you can find loads of stuff - and that just asking for links is not the best way to learn, trying to find stuff will help in the long run.

Also straight after Temor spent time finding videos for you, you seem to ignore him and ask for more links.

Anyway here is what I found doing a quick search on google - I have not read or watched them so I don't know if they are any good but:

http://phpkitchen.com/2005/02/using-curl-with-php-tutorial/

http://phpsense.com/2007/php-curl-functions/

http://curl.haxx.se/docs/







Once again - sorry to offend you but look what you can find in a few minutes with Google.

Dom

[edit 1] Changed "Temor (I believe - will change if necessary)" to "Temor"
[edit 2] Fixed middle YouTube link
[edit 3] Removed excess line breaks, fixed spelling

Re: Socket Programming , CURL

Posted: Sat Oct 22, 2011 1:32 pm
by Alg0r1thm
I've saw all of this tutorials !

But what about the video ?

Could you please create video tutorial ?

Thanks in advance

Re: Socket Programming , CURL

Posted: Sat Oct 22, 2011 7:59 pm
by jacek
There are three in the post above yours.