want to send http get request from php in server side

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lokesh_kumar_s
Forum Commoner
Posts: 48
Joined: Mon Apr 13, 2009 5:39 am
Contact:

want to send http get request from php in server side

Post by lokesh_kumar_s »

want to send http get request from php in server side
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

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

Post by Eric! »

Like fopen with a URL? Or fsockopen? Or with cURL?

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