Page 1 of 1

want to send http get request from php in server side

Posted: Mon Sep 07, 2009 8:38 am
by lokesh_kumar_s
want to send http get request from php in server side

Re: want to send http get request from php in server side

Posted: Mon Sep 07, 2009 8:56 am
by Eric!
Like fopen with a URL? Or fsockopen? Or with cURL?

What do you want to do besides just http get request?